feat(profile): use the new @{tmp} variable.
It is only used with the owner statement.
This commit is contained in:
parent
0bbbe71422
commit
3f69b9fec4
257 changed files with 668 additions and 685 deletions
|
|
@ -20,7 +20,7 @@ profile sdwdate-start @{exec_path} {
|
|||
@{bin}/mkfifo rix,
|
||||
@{bin}/inotifywait rix,
|
||||
|
||||
owner /tmp/tmp.@{rand10} rw,
|
||||
owner @{tmp}/tmp.@{rand10} rw,
|
||||
|
||||
owner @{run}/sdwdate/ rw,
|
||||
owner @{run}/sdwdate/status rw,
|
||||
|
|
|
|||
|
|
@ -82,18 +82,18 @@ profile torbrowser @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/tmp/ r,
|
||||
/var/tmp/ r,
|
||||
owner /tmp/user/@{uid}/ rw,
|
||||
owner /tmp/user/@{uid}/* rwk,
|
||||
owner /tmp/user/@{uid}/Temp-@{uuid}/ rw,
|
||||
owner /tmp/user/@{uid}/Temp-@{uuid}/* rwk,
|
||||
owner /tmp/user/@{uid}/firefox/ rw,
|
||||
owner /tmp/user/@{uid}/firefox/* rwk,
|
||||
owner /tmp/@{name}/ rw,
|
||||
owner /tmp/@{name}/* rwk,
|
||||
owner /tmp/Temp-@{uuid}/ rw,
|
||||
owner "/tmp/Tor Project*/" rw,
|
||||
owner "/tmp/Tor Project*/**" rwk,
|
||||
owner "/tmp/Tor Project*" rwk,
|
||||
owner @{tmp}/ rw,
|
||||
owner @{tmp}/* w,
|
||||
owner @{tmp}/Temp-@{uuid}/ rw,
|
||||
owner @{tmp}/Temp-@{uuid}/* rwk,
|
||||
owner @{tmp}/firefox/ rw,
|
||||
owner @{tmp}/firefox/* rwk,
|
||||
owner @{tmp}/@{name}/ rw,
|
||||
owner @{tmp}/@{name}/* rwk,
|
||||
owner @{tmp}/Temp-@{uuid}/ rw,
|
||||
owner "@{tmp}/Tor Project*/" rw,
|
||||
owner "@{tmp}/Tor Project*/**" rwk,
|
||||
owner "@{tmp}/Tor Project*" rwk,
|
||||
|
||||
@{run}/mount/utab r,
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ profile torbrowser-glxtest @{exec_path} {
|
|||
|
||||
owner @{config_dirs}/.parentlock rw,
|
||||
|
||||
owner /tmp/@{name}/.parentlock rw,
|
||||
owner @{tmp}/@{name}/.parentlock rw,
|
||||
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ profile torbrowser-updater-permission-fix @{exec_path} {
|
|||
|
||||
/var/cache/tb-binary/{,**} rw,
|
||||
|
||||
owner /tmp/user/@{uid}/tmp.@{rand10} rw,
|
||||
owner @{tmp}/tmp.@{rand10} rw,
|
||||
|
||||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ profile torbrowser-vaapitest @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
owner /tmp/@{name}/.parentlock rw,
|
||||
owner @{tmp}/@{name}/.parentlock rw,
|
||||
|
||||
deny @{config_dirs}/.parentlock rw,
|
||||
deny @{config_dirs}/startupCache/** r,
|
||||
|
|
|
|||
|
|
@ -43,8 +43,7 @@ profile torbrowser-wrapper @{exec_path} {
|
|||
owner @{HOME}/.tb/{,**} rw,
|
||||
owner /var/cache/tb-binary/{,**} rw,
|
||||
|
||||
owner /tmp/tmp.@{rand10} rw,
|
||||
owner /tmp/user/@{uid}/tmp.@{rand10} rw,
|
||||
owner @{tmp}/tmp.@{rand10} rw,
|
||||
|
||||
owner @{run}/mount/utab r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue