feat(abs): common/gnome: remove open_path from the abs, add bus accessibility.
This commit is contained in:
parent
2ef038e8d9
commit
7b73adceeb
23 changed files with 44 additions and 34 deletions
|
|
@ -10,8 +10,6 @@ include <tunables/global>
|
|||
profile totem @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/bus-accessibility>
|
||||
include <abstractions/bus/org.a11y>
|
||||
include <abstractions/bus/org.freedesktop.ScreenSaver>
|
||||
include <abstractions/bus/org.gnome.SessionManager>
|
||||
include <abstractions/common/gnome>
|
||||
|
|
@ -30,6 +28,7 @@ profile totem @{exec_path} flags=(attach_disconnected) {
|
|||
@{exec_path} mr,
|
||||
|
||||
@{bin}/bwrap rCx -> bwrap,
|
||||
@{open_path} rPx -> child-open-help,
|
||||
|
||||
/usr/share/xml/iso-codes/{,**} r,
|
||||
/usr/share/grilo-plugins/{,**} r,
|
||||
|
|
@ -56,7 +55,6 @@ profile totem @{exec_path} flags=(attach_disconnected) {
|
|||
@{run}/mount/utab r,
|
||||
|
||||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/task/@{tid}/comm w,
|
||||
|
||||
deny @{user_share_dirs}/gvfs-metadata/* r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue