parent
1cfe802172
commit
f5e3c86c6c
7 changed files with 17 additions and 6 deletions
|
|
@ -25,13 +25,14 @@ profile firefox-vaapitest @{exec_path} {
|
||||||
/etc/igfx_user_feature{,_next}.txt w,
|
/etc/igfx_user_feature{,_next}.txt w,
|
||||||
/etc/libva.conf r,
|
/etc/libva.conf r,
|
||||||
|
|
||||||
deny owner @{config_dirs}/firefox/*/.parentlock rw,
|
|
||||||
deny owner @{config_dirs}/firefox/*/startupCache/** r,
|
|
||||||
deny owner @{user_cache_dirs}/mozilla/firefox/*/startupCache/* r,
|
|
||||||
|
|
||||||
owner /tmp/firefox/.parentlock rw,
|
owner /tmp/firefox/.parentlock rw,
|
||||||
|
|
||||||
@{sys}/devices/pci[0-9]*/**/{irq,revision,resource} r,
|
@{sys}/devices/@{pci}/{irq,revision,resource} r,
|
||||||
|
@{sys}/devices/@{pci}/config r,
|
||||||
|
|
||||||
|
deny @{config_dirs}/firefox/*/.parentlock rw,
|
||||||
|
deny @{config_dirs}/firefox/*/startupCache/** r,
|
||||||
|
deny @{user_cache_dirs}/mozilla/firefox/*/startupCache/* r,
|
||||||
|
|
||||||
include if exists <local/firefox-vaapitest>
|
include if exists <local/firefox-vaapitest>
|
||||||
}
|
}
|
||||||
|
|
@ -123,10 +123,13 @@ profile xdg-desktop-portal @{exec_path} flags=(attach_disconnected) {
|
||||||
/usr/share/xdg-desktop-portal/** r,
|
/usr/share/xdg-desktop-portal/** r,
|
||||||
|
|
||||||
/etc/pipewire/client.conf.d/ r,
|
/etc/pipewire/client.conf.d/ r,
|
||||||
|
/etc/sysconfig/proxy r,
|
||||||
|
|
||||||
/var/lib/flatpak/exports/share/mime/mime.cache r,
|
/var/lib/flatpak/exports/share/mime/mime.cache r,
|
||||||
/var/lib/flatpak/exports/share/applications/{**,} r,
|
/var/lib/flatpak/exports/share/applications/{**,} r,
|
||||||
|
|
||||||
|
@{user_config_dirs}/kioslaverc r,
|
||||||
|
|
||||||
owner /tmp/icon* rw,
|
owner /tmp/icon* rw,
|
||||||
|
|
||||||
owner @{run}/user/@{uid}/.flatpak/{,*/*} r,
|
owner @{run}/user/@{uid}/.flatpak/{,*/*} r,
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ profile kwalletd5 @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/audio>
|
include <abstractions/audio>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
|
include <abstractions/dri-common>
|
||||||
include <abstractions/dri-enumerate>
|
include <abstractions/dri-enumerate>
|
||||||
include <abstractions/fontconfig-cache-read>
|
include <abstractions/fontconfig-cache-read>
|
||||||
include <abstractions/fonts>
|
include <abstractions/fonts>
|
||||||
|
|
|
||||||
|
|
@ -92,6 +92,7 @@ profile plasmashell @{exec_path} flags=(mediate_deleted) {
|
||||||
/etc/sensors.d/ r,
|
/etc/sensors.d/ r,
|
||||||
/etc/xdg/** r,
|
/etc/xdg/** r,
|
||||||
|
|
||||||
|
@{HOME}/ r,
|
||||||
owner @{HOME}/@{XDG_DESKTOP_DIR}/*.desktop r,
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/*.desktop r,
|
||||||
|
|
||||||
owner @{user_templates_dirs}/ r,
|
owner @{user_templates_dirs}/ r,
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
|
||||||
capability sys_nice,
|
capability sys_nice,
|
||||||
capability sys_ptrace,
|
capability sys_ptrace,
|
||||||
|
|
||||||
|
ptrace (read) peer=unconfined,
|
||||||
|
|
||||||
dbus send bus=system path=/org/freedesktop/DBus
|
dbus send bus=system path=/org/freedesktop/DBus
|
||||||
interface=org.freedesktop.DBus
|
interface=org.freedesktop.DBus
|
||||||
member={RequestName,ReleaseName},
|
member={RequestName,ReleaseName},
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,8 @@ profile start-pulseaudio-x11 @{exec_path} {
|
||||||
@{bin}/plasmashell rPx,
|
@{bin}/plasmashell rPx,
|
||||||
@{bin}/sed rix,
|
@{bin}/sed rix,
|
||||||
|
|
||||||
|
/etc/sysconfig/sound r,
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
include if exists <local/start-pulseaudio-x11>
|
include if exists <local/start-pulseaudio-x11>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,8 @@ profile thunderbird-vaapitest @{exec_path} {
|
||||||
|
|
||||||
owner /tmp/thunderbird/.parentlock rw,
|
owner /tmp/thunderbird/.parentlock rw,
|
||||||
|
|
||||||
@{sys}/devices/@{pci}/{irq,resource,revision} r,
|
@{sys}/devices/@{pci}/{irq,revision,resource} r,
|
||||||
|
@{sys}/devices/@{pci}/config r,
|
||||||
|
|
||||||
deny @{cache_dirs}/*/startupCache/** r,
|
deny @{cache_dirs}/*/startupCache/** r,
|
||||||
deny @{config_dirs}/*/.parentlock rw,
|
deny @{config_dirs}/*/.parentlock rw,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue