mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-12 23:33:18 -05:00
Merge pull request #1220 from InfrastructureServices/unbound-control-group-key
Add unbound members group access to control key
This commit is contained in:
commit
b48958c983
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@ fi
|
|||
# remove unused permissions
|
||||
chmod o-rw \
|
||||
"$SVR_BASE.pem" \
|
||||
"$SVR_BASE.key" \
|
||||
"$SVR_BASE.key"
|
||||
chmod g+r,o-rw \
|
||||
"$CTL_BASE.pem" \
|
||||
"$CTL_BASE.key"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue