Merge branch 'main' of github.com:roddhjav/apparmor.d

* 'main' of github.com:roddhjav/apparmor.d:
  Update signal-desktop-chrome-sandbox
  Update signal-desktop
This commit is contained in:
Alexandre Pujol 2024-06-12 22:23:54 +01:00
commit 07805feabe
Failed to generate hash of commit
2 changed files with 3 additions and 0 deletions

View file

@ -43,6 +43,7 @@ profile signal-desktop @{exec_path} {
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/session-@{int}.scope/memory.high r,
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/session-@{int}.scope/memory.max r,
@{PROC}/@{pid}/fd/ r,
@{PROC}/vmstat r,
include if exists <local/signal-desktop>

View file

@ -22,6 +22,8 @@ profile signal-desktop-chrome-sandbox @{exec_path} {
@{lib_dirs}/signal-desktop{,-beta} rPx,
@{PROC}/@{pid}/ r,
@{PROC}/@{pid}/oom_adj w,
@{PROC}/@{pid}/oom_score_adj w,
include if exists <local/signal-desktop-chrome-sandbox>
}