8 lines
159 B
Plaintext
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
|