feat(profile): small profiles update.
This commit is contained in:
parent
01a1af6c1b
commit
6b0b498244
13 changed files with 57 additions and 39 deletions
|
|
@ -43,7 +43,6 @@ profile gio-launch-desktop @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/dev/dri/card@{int} rw,
|
||||
|
||||
deny @{user_share_dirs}/gvfs-metadata/{,*} r,
|
||||
|
||||
include if exists <local/gio-launch-desktop>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ profile gnome-characters @{exec_path} {
|
|||
@{open_path} rPx -> child-open-help,
|
||||
|
||||
/usr/share/org.gnome.Characters/{,**} r,
|
||||
/usr/share/xml/iso-codes/{,**} r,
|
||||
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
owner @{PROC}/@{pid}/stat r,
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ profile gnome-extension-manager @{exec_path} {
|
|||
|
||||
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
# Silencer
|
||||
deny owner @{user_share_dirs}/gvfs-metadata/{,*} r,
|
||||
|
|
|
|||
|
|
@ -125,6 +125,7 @@ profile gnome-software @{exec_path} {
|
|||
owner @{PROC}/@{pid}/cmdline r,
|
||||
owner @{PROC}/@{pid}/fdinfo/@{int} r,
|
||||
owner @{PROC}/@{pid}/stat r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm rw,
|
||||
|
||||
/dev/fuse rw,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue