New @{uuid} variable.
This commit is contained in:
parent
773741c85e
commit
0ee2e4f7ad
24 changed files with 47 additions and 44 deletions
|
|
@ -257,7 +257,7 @@ profile android-studio @{exec_path} {
|
|||
/usr/share/distro-info/*.csv r,
|
||||
|
||||
owner /tmp/android-*/emulator-* w,
|
||||
owner /tmp/android-*/[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*/opengl_* w,
|
||||
owner /tmp/android-*/@{uuid}/opengl_* w,
|
||||
|
||||
# file_inherit
|
||||
owner @{HOME}/.android/avd/** r,
|
||||
|
|
|
|||
|
|
@ -128,9 +128,9 @@ profile code @{exec_path} {
|
|||
owner @{run}/user/@{uid}/vscode-[0-9a-f]*-*-{shared,main}.sock rw,
|
||||
owner @{run}/user/@{uid}/vscode-git-askpass-[0-9a-f]*.sock rw,
|
||||
|
||||
owner /tmp/vscode-ipc-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*.sock rw,
|
||||
owner /tmp/vscode-ipc-@{uuid}.sock rw,
|
||||
# For installing extensions
|
||||
owner /tmp/[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]* rw,
|
||||
owner /tmp/@{uuid} rw,
|
||||
|
||||
# file_inherit
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@ profile thunderbird @{exec_path} {
|
|||
owner /tmp/mozilla_*/* rw,
|
||||
owner /tmp/MozillaMailnews/ rw,
|
||||
owner /tmp/MozillaMailnews/*.msf rw,
|
||||
owner /tmp/Temp-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*-[0-9a-f]*/ rw,
|
||||
owner /tmp/Temp-@{uuid}/ rw,
|
||||
|
||||
deny /dev/ r,
|
||||
/dev/urandom w,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue