feat(profile): start using new abstractions (3)
This commit is contained in:
parent
a79a3f3311
commit
ef1776b8d5
20 changed files with 34 additions and 167 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue