]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dhcpcd: Fix permissions of dhcpcd binary
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 18 Mar 2023 15:48:23 +0000 (16:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:39 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
dhcpcd/dhcpcd.nm

index 99c24449871eff22aa8657e948f0018bbfe9d2f5..48c6921445dee9ea400588fc0270809139ed772a 100644 (file)
@@ -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