Some small changes
This commit is contained in:
parent
909e786742
commit
c35487d4bb
1 changed files with 7 additions and 10 deletions
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
||||||
profile gnome-boxes @{exec_path} {
|
profile gnome-boxes @{exec_path} {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
include <abstractions/mesa>
|
||||||
include <abstractions/dconf-write>
|
include <abstractions/dconf-write>
|
||||||
|
|
||||||
network netlink raw,
|
network netlink raw,
|
||||||
|
|
@ -71,10 +72,11 @@ profile gnome-boxes @{exec_path} {
|
||||||
@{HOME}/.themes/{,**} r,
|
@{HOME}/.themes/{,**} r,
|
||||||
@{HOME}/orcexec.@{rand6} rw,
|
@{HOME}/orcexec.@{rand6} rw,
|
||||||
|
|
||||||
|
@{run}/user/@{uid}/libvirt/ rw,
|
||||||
|
@{run}/user/@{uid}/libvirt/common/ rw,
|
||||||
@{run}/user/@{uid}/libvirt/common/system.token rwk,
|
@{run}/user/@{uid}/libvirt/common/system.token rwk,
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/ r,
|
@{run}/user/@{uid}/libvirt/qemu/ rw,
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/dbus/ w,
|
@{run}/user/@{uid}/libvirt/hostdevmgr/ rw,
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/driver.pid rwk,
|
|
||||||
@{run}/user/@{uid}/libvirt/virtqemud.pid wk,
|
@{run}/user/@{uid}/libvirt/virtqemud.pid wk,
|
||||||
@{run}/user/@{uid}/libvirt/virtlogd.pid rwk,
|
@{run}/user/@{uid}/libvirt/virtlogd.pid rwk,
|
||||||
@{run}/user/@{uid}/libvirt/virtlogd* w,
|
@{run}/user/@{uid}/libvirt/virtlogd* w,
|
||||||
|
|
@ -85,10 +87,8 @@ profile gnome-boxes @{exec_path} {
|
||||||
@{run}/user/@{uid}/libvirt/virtstoraged.lock rwk,
|
@{run}/user/@{uid}/libvirt/virtstoraged.lock rwk,
|
||||||
@{run}/user/@{uid}/libvirt/virtstoraged.pid rwk,
|
@{run}/user/@{uid}/libvirt/virtstoraged.pid rwk,
|
||||||
@{run}/user/@{uid}/libvirt/storage/{,**} rwk,
|
@{run}/user/@{uid}/libvirt/storage/{,**} rwk,
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/**.pid rwk,
|
@{run}/user/@{uid}/libvirt/qemu@{run}/{,**} rwk,
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/**.xml.new rw,
|
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/**.xml rw,
|
|
||||||
@{run}/user/@{uid}/libvirt/qemu@{run}/channel/{,**} rw,
|
|
||||||
@{run}/utmp rk,
|
@{run}/utmp rk,
|
||||||
@{run}/udev/data/{,**} r,
|
@{run}/udev/data/{,**} r,
|
||||||
@{run}/user/@{uid}/orcexec.@{rand6} rw,
|
@{run}/user/@{uid}/orcexec.@{rand6} rw,
|
||||||
|
|
@ -101,9 +101,6 @@ profile gnome-boxes @{exec_path} {
|
||||||
@{user_cache_dirs}/libvirt/qemu/log/{,**} rw,
|
@{user_cache_dirs}/libvirt/qemu/log/{,**} rw,
|
||||||
@{user_cache_dirs}/gstreamer-1.0/registry.x86_64** rw,
|
@{user_cache_dirs}/gstreamer-1.0/registry.x86_64** rw,
|
||||||
|
|
||||||
owner @{user_cache_dirs}/mesa_shader_cache_db/index rw,
|
|
||||||
owner @{user_cache_dirs}/mesa_shader_cache_db/part@{int}/mesa_cache.db rwk,
|
|
||||||
owner @{user_cache_dirs}/mesa_shader_cache_db/part@{int}/mesa_cache.idx rwk,
|
|
||||||
owner @{user_cache_dirs}/thumbnails/large/@{hex32}.png r,
|
owner @{user_cache_dirs}/thumbnails/large/@{hex32}.png r,
|
||||||
owner @{user_cache_dirs}/gnome-boxes/@{uuid}-screenshot.png rw,
|
owner @{user_cache_dirs}/gnome-boxes/@{uuid}-screenshot.png rw,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue