mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
parent
3fc787e073
commit
6810f4b050
@ -28,6 +28,7 @@ profile yt-dlp @{exec_path} {
|
|||||||
|
|
||||||
@{bin}/ r,
|
@{bin}/ r,
|
||||||
@{bin}/file rix,
|
@{bin}/file rix,
|
||||||
|
@{bin}/uname rix,
|
||||||
|
|
||||||
@{bin}/ffmpeg rPx,
|
@{bin}/ffmpeg rPx,
|
||||||
@{bin}/ffprobe rPx,
|
@{bin}/ffprobe rPx,
|
||||||
@ -38,8 +39,10 @@ profile yt-dlp @{exec_path} {
|
|||||||
owner @{user_videos_dirs}/{,**} rwk,
|
owner @{user_videos_dirs}/{,**} rwk,
|
||||||
|
|
||||||
owner @{user_cache_dirs}/ rw,
|
owner @{user_cache_dirs}/ rw,
|
||||||
owner @{user_cache_dirs}/yt-dlp/ rw,
|
owner @{user_cache_dirs}/yt-dlp/{,**} rw,
|
||||||
owner @{user_cache_dirs}/yt-dlp/** rw,
|
|
||||||
|
owner @{user_config_dirs}/ rw,
|
||||||
|
owner @{user_config_dirs}/yt-dlp/{,**} rw,
|
||||||
|
|
||||||
owner @{PROC}/@{pid}/fd/ r,
|
owner @{PROC}/@{pid}/fd/ r,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user