feat(profiles): better ubuntu integration.
This commit is contained in:
parent
2aa4618dda
commit
e7fbf5fbef
6 changed files with 54 additions and 5 deletions
|
|
@ -27,6 +27,7 @@ profile snapd @{exec_path} {
|
|||
capability setgid,
|
||||
capability setuid,
|
||||
capability sys_admin,
|
||||
capability sys_ptrace,
|
||||
capability sys_resource,
|
||||
|
||||
network inet stream,
|
||||
|
|
@ -39,6 +40,7 @@ profile snapd @{exec_path} {
|
|||
umount /tmp/syscheck-mountpoint-[0-9]*/,
|
||||
umount /snap/*/[0-9]*/,
|
||||
|
||||
ptrace (read) peer=snap,
|
||||
ptrace (read) peer=unconfined,
|
||||
|
||||
dbus send bus=system path=/org/freedesktop/timedate1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue