feat(profile): start using new abstractions (3)

This commit is contained in:
Alexandre Pujol 2023-12-19 23:49:30 +00:00
parent a79a3f3311
commit ef1776b8d5
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
20 changed files with 34 additions and 167 deletions

View file

@ -16,6 +16,7 @@ profile yt-dlp @{exec_path} {
include <abstractions/python>
include <abstractions/ssl_certs>
include <abstractions/user-download-strict>
include <abstractions/xdg-desktop>
network inet dgram,
network inet6 dgram,
@ -38,10 +39,8 @@ profile yt-dlp @{exec_path} {
owner @{user_music_dirs}/{,**} rwk,
owner @{user_videos_dirs}/{,**} rwk,
owner @{user_cache_dirs}/ 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,