unconventional tails
This commit is contained in:
parent
f4dbfec89a
commit
3b1f1021f1
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ profile software-properties-dbus @{exec_path} {
|
|||
/usr/share/distro-info/*.csv r,
|
||||
/usr/share/xml/iso-codes/{,**} r,
|
||||
|
||||
owner /tmp/???????? rw,
|
||||
owner /tmp/???????? rw, # unconventional '_' tail
|
||||
owner /tmp/tmp????????/ w, # change to 'c'
|
||||
owner /tmp/tmp????????/apt.conf w,
|
||||
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ profile qbittorrent @{exec_path} {
|
|||
|
||||
owner @{user_torrents_dirs}/** r,
|
||||
|
||||
owner /dev/shm/sem.mp-* rwl -> /dev/shm/@{int},
|
||||
owner /dev/shm/sem.mp-???????? rwl -> /dev/shm/@{int}, # unconventional '_' tail
|
||||
owner /dev/shm/* rw,
|
||||
|
||||
owner /tmp/@{int} rw,
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ profile repo @{exec_path} {
|
|||
owner @{PROC}/@{pid}/mounts r,
|
||||
|
||||
owner /dev/shm/* rw,
|
||||
owner /dev/shm/sem.mp* rwl -> /dev/shm/*,
|
||||
owner /dev/shm/sem.mp-???????? rwl -> /dev/shm/*, # unconventional '_' tail
|
||||
|
||||
# Silencer
|
||||
deny /etc/.repo_gitconfig.json w,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue