1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00
gbootroot/pkg/dpkg/gbootroot-nest1/gbootroot.postinst
2002-12-22 03:12:49 +00:00

12 lines
223 B
Bash
Executable File

#!/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