Files
void-packages/srcpkgs/xbps-src/INSTALL

10 lines
209 B
Plaintext

case ${ACTION} in
post)
# Restrict access to users in wheel group.
set +e
chown root:wheel usr/libexec/xbps-src-chroot-helper || true
chmod 4750 usr/libexec/xbps-src-chroot-helper || true
set -e
;;
esac