update apparmor profiles
Signed-off-by: Alexandre Pujol <alexandre@pujol.io>
This commit is contained in:
parent
697b296298
commit
76cd5c7029
10 changed files with 187 additions and 12 deletions
|
|
@ -46,8 +46,10 @@ profile qbittorrent @{exec_path} {
|
|||
# Qbittorrent home dirs
|
||||
owner @{user_config_dirs}/qBittorrent/ rw,
|
||||
owner @{user_config_dirs}/qBittorrent/** rwkl -> @{user_config_dirs}/qBittorrent/#[0-9]*[0-9],
|
||||
owner @{user_share_dirs}/data/qBittorrent/ rw,
|
||||
owner @{user_share_dirs}/data/qBittorrent/** rwl -> @{user_share_dirs}/data/qBittorrent/**/#[0-9]*[0-9],
|
||||
owner @{user_share_dirs}/qBittorrent/ rw,
|
||||
owner @{user_share_dirs}/qBittorrent/** rwl -> @{user_share_dirs}/qBittorrent/**/#[0-9]*[0-9],
|
||||
# Old dir, not recommended to use:
|
||||
deny owner @{user_share_dirs}/data/qBittorrent/ rw,
|
||||
|
||||
# Cache dir
|
||||
owner @{user_cache_dirs}/ rw,
|
||||
|
|
@ -86,8 +88,7 @@ profile qbittorrent @{exec_path} {
|
|||
owner /tmp/qtsingleapp-qBitto-* rw,
|
||||
owner /tmp/qtsingleapp-qBitto-*-lockfile rwk,
|
||||
owner /tmp/.qBittorrent/ rw,
|
||||
owner /tmp/.qBittorrent/#[0-9]*[0-9] rw,
|
||||
owner /tmp/.qBittorrent/[a-zA-Z]* rwl -> /tmp/.qBittorrent/#[0-9]*[0-9],
|
||||
owner /tmp/.qBittorrent/* rwl -> /tmp/.qBittorrent/*,
|
||||
owner /tmp/mozilla_*/*.torrent rw,
|
||||
owner /tmp/*.torrent rw,
|
||||
# To load/add torrents from the search engine
|
||||
|
|
@ -131,7 +132,7 @@ profile qbittorrent @{exec_path} {
|
|||
|
||||
/{usr/,}bin/python3.[0-9]* r,
|
||||
|
||||
owner @{user_share_dirs}/data/qBittorrent/nova[0-9]/{,**} rw,
|
||||
owner @{user_share_dirs}/qBittorrent/nova[0-9]/{,**} rw,
|
||||
|
||||
# Used while searching for torrents
|
||||
owner /dev/shm/sem.mp-* rwl -> /dev/shm/[0-9]*[0-9],
|
||||
|
|
|
|||
|
|
@ -28,8 +28,10 @@ profile qbittorrent-nox @{exec_path} {
|
|||
# Qbittorrent home dirs
|
||||
owner @{user_config_dirs}/qBittorrent/ rw,
|
||||
owner @{user_config_dirs}/qBittorrent/** rwkl -> @{user_config_dirs}/qBittorrent/#[0-9]*[0-9],
|
||||
owner @{user_share_dirs}/data/qBittorrent/ rw,
|
||||
owner @{user_share_dirs}/data/qBittorrent/** rwl -> @{user_share_dirs}/data/qBittorrent/**/#[0-9]*[0-9],
|
||||
owner @{user_share_dirs}/qBittorrent/ rw,
|
||||
owner @{user_share_dirs}/qBittorrent/** rwl -> @{user_share_dirs}/data/qBittorrent/**/#[0-9]*[0-9],
|
||||
# Old dir, not recommended to use:
|
||||
deny owner @{user_share_dirs}/data/qBittorrent/ rw,
|
||||
|
||||
# Cache dir
|
||||
owner @{user_cache_dirs}/ rw,
|
||||
|
|
@ -63,8 +65,7 @@ profile qbittorrent-nox @{exec_path} {
|
|||
owner /tmp/qtsingleapp-qBitto-* rw,
|
||||
owner /tmp/qtsingleapp-qBitto-*-lockfile rwk,
|
||||
owner /tmp/.qBittorrent/ rw,
|
||||
owner /tmp/.qBittorrent/#[0-9]*[0-9] rw,
|
||||
owner /tmp/.qBittorrent/[a-zA-Z]* rwl -> /tmp/.qBittorrent/#[0-9]*[0-9],
|
||||
owner /tmp/.qBittorrent/* rwl -> /tmp/.qBittorrent/*,
|
||||
owner /tmp/mozilla_*/*.torrent rw,
|
||||
owner /tmp/*.torrent rw,
|
||||
owner /tmp/.*/{,s} rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue