chore(profile): add abi and local include when missing.
This commit is contained in:
parent
105a9b4def
commit
7ccaab8234
61 changed files with 84 additions and 28 deletions
|
|
@ -74,7 +74,7 @@ profile cron @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
|
||||
include if exists <local/cron_run_parts>
|
||||
include if exists <local/cron_run-parts>
|
||||
}
|
||||
|
||||
include if exists <local/cron>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ profile cron-apt-listbugs @{exec_path} {
|
|||
|
||||
/var/spool/apt-listbugs/lastprefclean rw,
|
||||
|
||||
include if exists <local/cron-apt-listbugs_prefclean>
|
||||
}
|
||||
|
||||
include if exists <local/cron-apt-listbugs>
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ profile cron-debsums @{exec_path} {
|
|||
|
||||
owner @{PROC}/@{pid}/fd/3 rw,
|
||||
|
||||
include if exists <local/cron-debsums_tee>
|
||||
}
|
||||
|
||||
include if exists <local/cron-debsums>
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@ profile cron-popularity-contest @{exec_path} {
|
|||
|
||||
owner @{tmp}/#@{int} rw, # file_inherit
|
||||
|
||||
include if exists <local/cron-popularity-contest_/popcon-upload>
|
||||
include if exists <local/cron-popularity-contest_popcon-upload>
|
||||
}
|
||||
|
||||
include if exists <local/cron-popularity-contest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue