summaryrefslogtreecommitdiff
path: root/user/livecd-support/dhcpcd-suid.start
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-10 20:49:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-10 20:49:08 -0500
commit1d25fe737fdff96d13a04f0cd4c889a2480d6fd5 (patch)
treed36cc3c17861ddadfe8ce9305d1b5d72a28e4c7e /user/livecd-support/dhcpcd-suid.start
parentbc36c87210a77998f02c69a6b5af4c30828e5dc5 (diff)
downloadpackages-awilfox/user-next.tar.gz
packages-awilfox/user-next.tar.bz2
packages-awilfox/user-next.tar.xz
packages-awilfox/user-next.zip
user/livecd-support: Improvements [WIP]awilfox/user-next
* Change install scripts to local.d scripts. * Add a local.d script to make dhcpcd setuid, for adelie/horizon#361. * Make the Desktop Entry file a real file instead of a heredoc. Ref: #1081
Diffstat (limited to 'user/livecd-support/dhcpcd-suid.start')
-rw-r--r--user/livecd-support/dhcpcd-suid.start5
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