mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-20 17:05:36 +01:00
Noise reduction in exim4 profile
exim4 profile access to /proc/sys/net/ipv6/conf/all/disable_ipv6 in read mode searching information over IPv6 connection in the host. In the actual profile this access is denied, this change fix this and reduce noise in log.
This commit is contained in:
parent
2f3c4574ec
commit
0d5655ba76
1 changed files with 2 additions and 0 deletions
|
@ -55,5 +55,7 @@ profile exim4 @{exec_path} {
|
|||
@{run}/exim4/ r,
|
||||
owner @{run}/exim4/exim.pid rw,
|
||||
|
||||
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
||||
|
||||
include if exists <local/exim4>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue