1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 16:43:23 -05:00
gbootroot/pkg/dpkg/gbootroot.postinst
2001-12-10 17:46:48 +00:00

12 lines
223 B
Bash

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