#
# This script sets up correct perms for usr/bin/doas.
case "${ACTION}" in
post)
chmod 4111 usr/bin/doas
;;
esac