mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
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:
commit
07805feabe
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue