1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

This makes uml_net setuid, and respects dpkg-statoverride.

This commit is contained in:
freesource 2001-12-10 17:42:46 +00:00
parent 9ff0daf696
commit 22747a38e5

View File

@ -7,3 +7,10 @@ fi
#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