From: Stefan Schantl Date: Sat, 18 Mar 2023 15:48:23 +0000 (+0100) Subject: dhcpcd: Fix permissions of dhcpcd binary X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76e876d2599eac895f9475f54824b348b264636a;p=people%2Fstevee%2Fipfire-3.x.git dhcpcd: Fix permissions of dhcpcd binary Signed-off-by: Stefan Schantl --- diff --git a/dhcpcd/dhcpcd.nm b/dhcpcd/dhcpcd.nm index 99c244498..48c692144 100644 --- a/dhcpcd/dhcpcd.nm +++ b/dhcpcd/dhcpcd.nm @@ -5,7 +5,7 @@ name = dhcpcd version = 9.4.1 -release = 1 +release = 2 groups = Network/Base url = https://roy.marples.name/projects/dhcpcd/ @@ -35,6 +35,9 @@ build install_cmds # Assign db directory to the correct user and group. chown dhcpcd:dhcpcd %{BUILDROOT}%{sharedstatedir}/dhcpcd + + # Fix permission of /sbin/dhcpcd + chmod 755 %{BUILDROOT}%{sbindir}/dhcpcd end end