feat(tunanle): add the sqlhex variable.
This commit is contained in:
parent
3b1fe1f931
commit
053ce04c8e
17 changed files with 30 additions and 27 deletions
|
|
@ -43,8 +43,8 @@ profile protonmail-bridge-core @{exec_path} flags=(attach_disconnected) {
|
|||
owner "@{user_config_dirs}/autostart/Proton Mail Bridge.desktop" rw,
|
||||
|
||||
owner @{tmp}/bridge@{int} rw,
|
||||
owner @{tmp}/etilqs_@{hex16} rw,
|
||||
owner /var/tmp/etilqs_@{hex16} rw,
|
||||
owner @{tmp}/etilqs_@{sqlhex} rw,
|
||||
owner /var/tmp/etilqs_@{sqlhex} rw,
|
||||
|
||||
@{PROC}/ r,
|
||||
@{PROC}/1/cgroup r,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ profile psi @{exec_path} {
|
|||
owner @{user_share_dirs}/psi/** rwk,
|
||||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/etilqs_@{hex16} rw,
|
||||
owner @{tmp}/etilqs_@{sqlhex} rw,
|
||||
owner @{tmp}/Psi.* rwl -> /tmp/#@{int},
|
||||
|
||||
@{att}/@{run}/systemd/inhibit/@{int}.ref rw,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ profile psi-plus @{exec_path} {
|
|||
owner @{user_share_dirs}/psi+/** rwk,
|
||||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/etilqs_@{hex16} rw,
|
||||
owner @{tmp}/etilqs_@{sqlhex} rw,
|
||||
owner @{tmp}/Psi+.* rwl -> /tmp/#@{int},
|
||||
|
||||
@{att}/@{run}/systemd/inhibit/@{int}.ref rw,
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@ profile quiterss @{exec_path} {
|
|||
|
||||
owner @{tmp}/qtsingleapp-quiter-@{int}-@{int} rw,
|
||||
owner @{tmp}/qtsingleapp-quiter-@{int}-@{int}-lockfile rwk,
|
||||
owner /var/tmp/etilqs_@{hex16} rw,
|
||||
owner @{tmp}/etilqs_@{sqlhex} rw,
|
||||
owner /var/tmp/etilqs_@{sqlhex} rw,
|
||||
|
||||
@{PROC}/sys/kernel/random/boot_id r,
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue