Now that there will be a gbootroot-nest1 to run inside a uml kernel,

there has been some rearrangement.
This commit is contained in:
freesource
2002-12-22 03:12:49 +00:00
parent 27ca635563
commit 1bcef447a0
18 changed files with 604 additions and 24 deletions
+11
View File
@@ -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