mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
parent
3fc787e073
commit
6810f4b050
1 changed files with 5 additions and 2 deletions
|
@ -28,6 +28,7 @@ profile yt-dlp @{exec_path} {
|
|||
|
||||
@{bin}/ r,
|
||||
@{bin}/file rix,
|
||||
@{bin}/uname rix,
|
||||
|
||||
@{bin}/ffmpeg rPx,
|
||||
@{bin}/ffprobe rPx,
|
||||
|
@ -38,8 +39,10 @@ profile yt-dlp @{exec_path} {
|
|||
owner @{user_videos_dirs}/{,**} rwk,
|
||||
|
||||
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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue