7 lines
177 B
Text
7 lines
177 B
Text
case ${ACTION} in
|
|
post)
|
|
# Restrict access to users in wheel group.
|
|
chown root:wheel usr/libexec/xbps-src-chroot-helper
|
|
chmod 4750 usr/libexec/xbps-src-chroot-helper
|
|
;;
|
|
esac
|