7 lines
159 B
Text
7 lines
159 B
Text
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
|