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
|
|
@ -68,14 +68,14 @@ profile keepassxc @{exec_path} {
|
|||
owner @{user_share_dirs}/keepassxc/ rw,
|
||||
owner @{user_share_dirs}/keepassxc/* rwkl -> @{user_share_dirs}/keepassxc/#@{int},
|
||||
|
||||
owner /tmp/.[a-zA-Z]*/{,s} rw,
|
||||
owner /tmp/*.*.gpgkey rwl -> /tmp/#@{int},
|
||||
owner /tmp/*.*.settings rwl -> /tmp/#@{int},
|
||||
owner /tmp/#@{int} rw,
|
||||
owner /tmp/keepassxc-*.lock{,.rmlock} rwk,
|
||||
owner /tmp/keepassxc-*.socket rw,
|
||||
owner /tmp/keepassxc.lock rw,
|
||||
owner /tmp/keepassxc.socket rw,
|
||||
owner @{tmp}/.[a-zA-Z]*/{,s} rw,
|
||||
owner @{tmp}/*.*.gpgkey rwl -> /tmp/#@{int},
|
||||
owner @{tmp}/*.*.settings rwl -> /tmp/#@{int},
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/keepassxc-*.lock{,.rmlock} rwk,
|
||||
owner @{tmp}/keepassxc-*.socket rw,
|
||||
owner @{tmp}/keepassxc.lock rw,
|
||||
owner @{tmp}/keepassxc.socket rw,
|
||||
|
||||
owner @{run}/user/@{pid}/app/ w,
|
||||
owner @{run}/user/@{pid}/app/org.keepassxc.KeePassXC/{,**} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue