From 5d482a74faf4732db7c77ee693a2bc65e0b81a7a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 5 Jan 2021 16:55:25 +0000 Subject: [PATCH] core154: Manually set capabilites for etherwake The changes are not available in the running instance of pakfire and tar. Signed-off-by: Michael Tremer --- config/rootfiles/core/154/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/154/update.sh b/config/rootfiles/core/154/update.sh index 7b73bbd47c..143f828c78 100644 --- a/config/rootfiles/core/154/update.sh +++ b/config/rootfiles/core/154/update.sh @@ -44,6 +44,9 @@ extract_files # update linker config ldconfig +# Manually set capabilities +setcap cap_net_raw+ep /usr/sbin/etherwake + # Update Language cache /usr/local/bin/update-lang-cache -- 2.39.5