void-packages/srcpkgs/linux-user-chroot/INSTALL

8 lines
159 B
Text
Raw Normal View History

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