feat(profile): general update.
This commit is contained in:
parent
c1bea69cbf
commit
8912aaf126
12 changed files with 67 additions and 59 deletions
|
|
@ -44,9 +44,10 @@ profile spotify @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
owner @{tmp}/.org.chromium.Chromium.@{rand6}/** rw,
|
||||
|
||||
@{PROC}/pressure/* r,
|
||||
@{PROC}/@{pid}/net/unix r,
|
||||
@{PROC}/pressure/* r,
|
||||
owner @{PROC}/@{pid}/clear_refs w,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
/dev/tty rw,
|
||||
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ profile transmission @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{PROC}/@{pid}/comm r,
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
owner @{PROC}/@{pid}/stat r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
deny @{user_share_dirs}/gvfs-metadata/* r,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ profile wpa-cli @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}{s,}/wpa_action rPx,
|
||||
@{bin}/wpa_action rPx,
|
||||
|
||||
/etc/inputrc r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue