feat(profiles): general update.
This commit is contained in:
parent
8142ad657d
commit
c32b19a808
40 changed files with 218 additions and 196 deletions
|
|
@ -9,8 +9,9 @@ include <tunables/global>
|
|||
@{exec_path} = /usr/share/apport/apport-checkreports
|
||||
profile apport-checkreports @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/python>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/openssl>
|
||||
include <abstractions/python>
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
|
|
@ -21,6 +22,9 @@ profile apport-checkreports @{exec_path} {
|
|||
/usr/share/apport/ r,
|
||||
|
||||
/etc/apt/apt.conf.d/{,**} r,
|
||||
/etc/default/apport r,
|
||||
|
||||
/var/crash/ r,
|
||||
|
||||
include if exists <local/apport-checkreports>
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@ profile package-system-locked @{exec_path} flags=(attach_disconnected) {
|
|||
include <abstractions/base>
|
||||
|
||||
capability dac_read_search,
|
||||
capability sys_ptrace,
|
||||
capability syslog,
|
||||
|
||||
ptrace (read),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue