void-packages/srcpkgs/linux-user-chroot/INSTALL
2012-10-05 11:33:05 +02:00

8 lines
159 B
Plaintext

case ${ACTION} in
post)
# Restrict access to users in wheel group.
chown root:wheel usr/bin/linux-user-chroot
chmod 4750 usr/bin/linux-user-chroot
;;
esac