mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
Update dnscrypt-proxy
dnscrypt-proxy should be able to read all files in /etc/dnscrypt-proxy
This commit is contained in:
parent
392bd49136
commit
f3698ad4fe
1 changed files with 2 additions and 8 deletions
|
@ -26,14 +26,8 @@ profile dnscrypt-proxy @{exec_path} {
|
||||||
|
|
||||||
@{exec_path} mrix,
|
@{exec_path} mrix,
|
||||||
|
|
||||||
/etc/dnscrypt-proxy/ r,
|
/etc/dnscrypt-proxy/{,**} r,
|
||||||
/etc/dnscrypt-proxy/blacklist.txt r,
|
|
||||||
/etc/dnscrypt-proxy/cloaking-rules.txt r,
|
|
||||||
/etc/dnscrypt-proxy/dnscrypt-proxy.toml r,
|
|
||||||
/etc/dnscrypt-proxy/forwarding-rules.txt r,
|
|
||||||
/etc/dnscrypt-proxy/localhost.pem r,
|
|
||||||
/etc/dnscrypt-proxy/whitelist.txt r,
|
|
||||||
|
|
||||||
owner /etc/dnscrypt-proxy/public-resolvers.md rw,
|
owner /etc/dnscrypt-proxy/public-resolvers.md rw,
|
||||||
owner /etc/dnscrypt-proxy/public-resolvers.md.minisig rw,
|
owner /etc/dnscrypt-proxy/public-resolvers.md.minisig rw,
|
||||||
owner /etc/dnscrypt-proxy/relays.md rw,
|
owner /etc/dnscrypt-proxy/relays.md rw,
|
||||||
|
|
Loading…
Reference in a new issue