Update kioslave5
This commit is contained in:
parent
06263ab459
commit
49bfb8b2eb
1 changed files with 13 additions and 1 deletions
|
|
@ -10,13 +10,16 @@ include <tunables/global>
|
|||
profile kioslave5 @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/dri-common>
|
||||
include <abstractions/dri-enumerate>
|
||||
include <abstractions/fonts>
|
||||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/kde-icon-cache-write>
|
||||
include <abstractions/mesa>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/openssl>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/trash>
|
||||
include <abstractions/vulkan>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
|
|
@ -43,6 +46,8 @@ profile kioslave5 @{exec_path} {
|
|||
/etc/xdg/kwinrc r,
|
||||
/etc/xdg/menus/{,**} r,
|
||||
|
||||
owner /etc/openvpn/client/* rw,
|
||||
|
||||
owner @{HOME}/@{XDG_DESKTOP_DIR}/ r,
|
||||
owner @{HOME}/@{XDG_DESKTOP_DIR}/*.desktop r,
|
||||
|
||||
|
|
@ -56,6 +61,7 @@ profile kioslave5 @{exec_path} {
|
|||
|
||||
owner @{user_share_dirs}/baloo/index-lock rwk,
|
||||
owner @{user_share_dirs}/baloo/index rw,
|
||||
owner @{user_share_dirs}/color-schemes/* r,
|
||||
|
||||
owner @{run}/user/@{uid}/#[0-9]* rw,
|
||||
owner @{run}/user/@{uid}/kio_desktop*kioworker.socket rwl,
|
||||
|
|
@ -65,7 +71,13 @@ profile kioslave5 @{exec_path} {
|
|||
owner @{PROC}/@{pid}/mountinfo r,
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
|
||||
owner /tmp/#[0-9]* rw,
|
||||
owner /tmp/kio_krarc.* wl,
|
||||
owner /tmp/xauth.* r,
|
||||
|
||||
/dev/tty r,
|
||||
/dev/disk/by-label/ r,
|
||||
/dev/pts/[0-9]* rw,
|
||||
|
||||
include if exists <local/kioslave5>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue