mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04:00
Now that there will be a gbootroot-nest1 to run inside a uml kernel,
there has been some rearrangement.
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
# Make uml_net setuid, but respects Sysadm's choices.
|
||||
|
||||
if [ -z "$(dpkg-statoverride --list /usr/bin/uml_net)" ]; then
|
||||
chown root.root /usr/bin/uml_net
|
||||
chmod 4755 /usr/bin/uml_net
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user