various improvements (#590)

This commit is contained in:
valoq 2024-10-28 15:41:41 +01:00 committed by GitHub
parent 6f586f1f46
commit 1dc8714cb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 26 additions and 8 deletions

View file

@ -18,6 +18,7 @@ profile signal-desktop-chrome-sandbox @{exec_path} {
capability sys_admin,
capability sys_chroot,
capability dac_override,
@{exec_path} mr,
@ -27,6 +28,9 @@ profile signal-desktop-chrome-sandbox @{exec_path} {
@{PROC}/@{pid}/oom_adj w,
@{PROC}/@{pid}/oom_score_adj w,
# Silencer
deny /dev/pts/@{int} rw, # file_inherit
include if exists <local/signal-desktop-chrome-sandbox>
}

View file

@ -36,7 +36,7 @@ profile w3m @{exec_path} {
owner @{user_config_dirs}/w3m/{,**} rw,
owner @{tmp}/@{rand6}/{,**} rw,
owner @{tmp}/w3m-@{rand6}/{,**} rw,
include if exists <local/w3m>
}