diff options
Diffstat (limited to 'user/livecd-support/dhcpcd-suid.start')
-rw-r--r-- | user/livecd-support/dhcpcd-suid.start | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user/livecd-support/dhcpcd-suid.start b/user/livecd-support/dhcpcd-suid.start new file mode 100644 index 000000000..6fb3cee11 --- /dev/null +++ b/user/livecd-support/dhcpcd-suid.start @@ -0,0 +1,5 @@ +#!/bin/sh +# Welcome to Adélie Linux. +# This script ensures dhcpcd can be executed by the live user. + +chmod 4755 /sbin/dhcpcd |