Use @{uid} instead of [0-9]* when it denotes the user id.
This commit is contained in:
parent
cd4ad5b09c
commit
4a35b7d804
137 changed files with 253 additions and 253 deletions
|
|
@ -209,7 +209,7 @@ profile brave @{exec_path} {
|
|||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
owner @{run}/user/[0-9]*/ r,
|
||||
owner @{run}/user/@{uid}/ r,
|
||||
|
||||
# Allowed apps to open
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ profile chrome-gnome-shell @{exec_path} {
|
|||
/usr/share/glib-2.0/schemas/gschemas.compiled r,
|
||||
|
||||
include <abstractions/dconf>
|
||||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
owner @{run}/user/@{uid}/dconf/ rw,
|
||||
owner @{run}/user/@{uid}/dconf/user rw,
|
||||
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
|
||||
|
|
|
|||
|
|
@ -194,8 +194,8 @@ profile chromium-chromium @{exec_path} {
|
|||
/etc/opensc.conf r,
|
||||
|
||||
include <abstractions/dconf>
|
||||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
owner @{run}/user/@{uid}/dconf/ rw,
|
||||
owner @{run}/user/@{uid}/dconf/user rw,
|
||||
|
||||
profile open {
|
||||
include <abstractions/base>
|
||||
|
|
@ -210,7 +210,7 @@ profile chromium-chromium @{exec_path} {
|
|||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
owner @{run}/user/[0-9]*/ r,
|
||||
owner @{run}/user/@{uid}/ r,
|
||||
|
||||
# Allowed apps to open
|
||||
/{usr/,}bin/smplayer rPx,
|
||||
|
|
|
|||
|
|
@ -201,8 +201,8 @@ profile firefox @{exec_path} {
|
|||
@{user_share_dirs}/gvfs-metadata/home-*.log r,
|
||||
|
||||
include <abstractions/dconf>
|
||||
owner @{run}/user/[0-9]*/dconf/ rw,
|
||||
owner @{run}/user/[0-9]*/dconf/user rw,
|
||||
owner @{run}/user/@{uid}/dconf/ rw,
|
||||
owner @{run}/user/@{uid}/dconf/user rw,
|
||||
|
||||
profile open {
|
||||
include <abstractions/base>
|
||||
|
|
@ -219,7 +219,7 @@ profile firefox @{exec_path} {
|
|||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
owner @{run}/user/[0-9]*/ r,
|
||||
owner @{run}/user/@{uid}/ r,
|
||||
|
||||
# Allowed apps to open
|
||||
/{usr/,}bin/vlc rPx,
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ profile google-chrome-chrome @{exec_path} {
|
|||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
owner @{run}/user/[0-9]*/ r,
|
||||
owner @{run}/user/@{uid}/ r,
|
||||
|
||||
# Allowed apps to open
|
||||
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@ profile opera @{exec_path} {
|
|||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
owner @{run}/user/[0-9]*/ r,
|
||||
owner @{run}/user/@{uid}/ r,
|
||||
|
||||
# Allowed apps to open
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue