From 2fbd9f4bd237697435a5db97d72c2d2c15737e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 15 Jul 2019 23:47:54 +0300 Subject: [PATCH] Reword the CAP_NET_RAW message --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c13a6f..0f3cf11 100644 --- a/Makefile +++ b/Makefile @@ -52,8 +52,8 @@ install: $(BINS) $(LIBEXECS) @echo ' # setcap CAP_NET_RAW=ep $(LIBEXECDIR)/ethermess-backend' @echo @echo 'ethermess-backend needs to be able to create a raw ethernet packet socket, which' - @echo 'is a privileged operation. CAP_NET_RAW allows it to be done without root' - @echo 'privileges.' + @echo 'is a privileged operation. CAP_NET_RAW allows it to do so without needing to run' + @echo 'with root privileges.' @echo '--------------------------------------------------------------------------------' uninstall: