mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 20:08:11 +01:00
parent
610d37ecf7
commit
48738a4cae
1 changed files with 3 additions and 1 deletions
|
@ -38,7 +38,9 @@ profile crontab @{exec_path} {
|
||||||
|
|
||||||
owner @{user_cache_dirs}/crontab/crontab.bak rw,
|
owner @{user_cache_dirs}/crontab/crontab.bak rw,
|
||||||
|
|
||||||
@{tmp}/crontab.@{rand6}/{,crontab} rwl,
|
@{tmp}/crontab.@{rand6} rw,
|
||||||
|
@{tmp}/crontab.@{rand6}/ rw,
|
||||||
|
@{tmp}/crontab.@{rand6}/crontab rwl,
|
||||||
|
|
||||||
profile editor {
|
profile editor {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
|
|
Loading…
Reference in a new issue