fix(profile): add config dir on yt-dlp

fix #258
This commit is contained in:
Alexandre Pujol 2023-12-01 21:57:01 +00:00
parent 3fc787e073
commit 6810f4b050
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -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,