feat(profile): general update.
This commit is contained in:
parent
46d25ed922
commit
e26302b155
7 changed files with 22 additions and 3 deletions
|
|
@ -53,6 +53,11 @@ profile spice-vdagent @{exec_path} {
|
|||
member=Embed
|
||||
peer=(name=org.a11y.atspi.Registry), # all peer's labels
|
||||
|
||||
dbus receive bus=session path=/
|
||||
interface=org.freedesktop.DBus.Introspectable
|
||||
member=Introspect
|
||||
peer=(name=:*, label=gnome-shell),
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/pipewire/client-rt.conf r,
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ profile vlc @{exec_path} {
|
|||
include <abstractions/fontconfig-cache-read>
|
||||
include <abstractions/fonts>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/gstreamer>
|
||||
include <abstractions/gtk>
|
||||
include <abstractions/ibus>
|
||||
include <abstractions/mesa>
|
||||
|
|
@ -159,6 +160,8 @@ profile vlc @{exec_path} {
|
|||
/dev/shm/#@{int} rw,
|
||||
/dev/tty r,
|
||||
owner /dev/tty@{int} rw,
|
||||
/dev/snd/ r,
|
||||
/dev/video@{int} rw,
|
||||
|
||||
# Silencer
|
||||
deny @{lib}/@{multiarch}/vlc/{,**} w,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue