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:
parent
9ff0daf696
commit
22747a38e5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user