feat: update profiles.
This commit is contained in:
parent
c8cda79b78
commit
10cdde9fb7
28 changed files with 90 additions and 43 deletions
|
|
@ -34,7 +34,19 @@ profile firefox-minidump-analyzer @{exec_path} {
|
|||
|
||||
owner /dev/shm/org.mozilla.ipc.[0-9]*.[0-9]* r,
|
||||
|
||||
owner @{PROC}/@{pid}/task/@{tid}/stat r,
|
||||
owner @{PROC}/@{pid}/stat r,
|
||||
|
||||
/dev/dri/renderD128 rw,
|
||||
|
||||
# Silencer
|
||||
deny network inet dgram,
|
||||
deny network inet6 dgram,
|
||||
deny network inet stream,
|
||||
deny network inet6 stream,
|
||||
deny network netlink raw,
|
||||
deny owner @{MOZ_HOMEDIR}/firefox/*/extensions/*.xpi r,
|
||||
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,
|
||||
|
||||
include if exists <local/firefox-minidump-analyzer>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue