mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix bind datadir permissions
This commit is contained in:
2
debian/freeipa-server-dns.postinst
vendored
2
debian/freeipa-server-dns.postinst
vendored
@@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
if [ "$1" = configure ]; then
|
||||
chmod 0700 /var/cache/bind/data
|
||||
chmod 0770 /var/cache/bind/data
|
||||
chown root:bind /var/cache/bind/data
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user