various improvements (#590)
This commit is contained in:
parent
6f586f1f46
commit
1dc8714cb2
10 changed files with 26 additions and 8 deletions
|
|
@ -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>
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue