mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
Fix exec for exim4 for anacron (default config Debian Stable)
On default installation on Debian Stable (12) anacron run tasks and when finish all them, run exim4 for send info via mail. The actual profile don´t permit this behaviour and fail sending info for all task finished for mail configurated.
This commit is contained in:
parent
0d5655ba76
commit
92a370210d
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ profile anacron @{exec_path} {
|
||||||
|
|
||||||
@{sh_path} rix,
|
@{sh_path} rix,
|
||||||
@{bin}/run-parts rCx -> run-parts,
|
@{bin}/run-parts rCx -> run-parts,
|
||||||
|
@{bin}/exim4 rPx,
|
||||||
|
|
||||||
/ r,
|
/ r,
|
||||||
/etc/anacrontab r,
|
/etc/anacrontab r,
|
||||||
|
@ -42,4 +43,4 @@ profile anacron @{exec_path} {
|
||||||
}
|
}
|
||||||
|
|
||||||
include if exists <local/anacron>
|
include if exists <local/anacron>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue