feat(profile): improve sqlite temp file definition.
This commit is contained in:
parent
035e1da7b2
commit
79eed4b93d
10 changed files with 16 additions and 16 deletions
|
|
@ -39,8 +39,8 @@ profile protonmail-bridge-core @{exec_path} {
|
|||
owner "@{user_config_dirs}/autostart/Proton Mail Bridge.desktop" rw,
|
||||
|
||||
owner @{tmp}/bridge@{int} rw,
|
||||
owner @{tmp}/user/@{uid}/etilqs_@{hex} rw,
|
||||
owner /var/tmp/etilqs_@{hex} rw,
|
||||
owner @{tmp}/etilqs_@{hex16} rw,
|
||||
owner /var/tmp/etilqs_@{hex16} rw,
|
||||
|
||||
@{PROC}/ r,
|
||||
@{PROC}/sys/net/core/somaxconn r,
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ profile psi @{exec_path} {
|
|||
owner @{user_share_dirs}/psi/** rwk,
|
||||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/etilqs_@{hex} rw,
|
||||
owner @{tmp}/etilqs_@{hex16} rw,
|
||||
owner @{tmp}/Psi.* rwl -> /tmp/#@{int},
|
||||
|
||||
@{run}/systemd/inhibit/[0-9]*.ref rw,
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ profile psi-plus @{exec_path} {
|
|||
owner @{user_share_dirs}/psi+/** rwk,
|
||||
|
||||
owner @{tmp}/#@{int} rw,
|
||||
owner @{tmp}/etilqs_@{hex} rw,
|
||||
owner @{tmp}/etilqs_@{hex16} rw,
|
||||
owner @{tmp}/Psi+.* rwl -> /tmp/#@{int},
|
||||
|
||||
@{run}/systemd/inhibit/[0-9]*.ref rw,
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ profile quiterss @{exec_path} {
|
|||
|
||||
owner @{tmp}/qtsingleapp-quiter-@{int}-@{int} rw,
|
||||
owner @{tmp}/qtsingleapp-quiter-@{int}-@{int}-lockfile rwk,
|
||||
owner /var/tmp/etilqs_@{hex} rw,
|
||||
owner /var/tmp/etilqs_@{hex16} rw,
|
||||
|
||||
# Allowed apps to open
|
||||
@{lib}/firefox/firefox rPUx,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue