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
|
|
@ -58,6 +58,7 @@ profile check-support-status-hook @{exec_path} {
|
|||
/tmp/ r,
|
||||
owner @{tmp}/debian-security-support.postinst.*/output r,
|
||||
|
||||
include if exists <local/check-support-status-hook_debconf-escape>
|
||||
}
|
||||
|
||||
profile frontend {
|
||||
|
|
@ -90,6 +91,7 @@ profile check-support-status-hook @{exec_path} {
|
|||
owner @{PROC}/@{pid}/mounts r,
|
||||
@{HOME}/.Xauthority r,
|
||||
|
||||
include if exists <local/check-support-status-hook_frontend>
|
||||
}
|
||||
|
||||
profile runuser {
|
||||
|
|
@ -124,6 +126,8 @@ profile check-support-status-hook @{exec_path} {
|
|||
|
||||
/tmp/ r,
|
||||
owner @{tmp}/debian-security-support.postinst.*/output w,
|
||||
|
||||
include if exists <local/check-support-status-hook_runuser>
|
||||
}
|
||||
|
||||
include if exists <local/check-support-status-hook>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue