void-packages/srcpkgs/xbps-src/INSTALL

8 lines
177 B
Plaintext

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