refactor(profiles): use @{bin} and @{lib} in profiles (7)
This commit is contained in:
parent
7c2c806ffa
commit
2b2c42d23c
155 changed files with 938 additions and 938 deletions
|
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/yt-dlp
|
||||
@{exec_path} = @{bin}/yt-dlp
|
||||
profile yt-dlp @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
@ -24,13 +24,13 @@ profile yt-dlp @{exec_path} {
|
|||
network netlink raw,
|
||||
|
||||
@{exec_path} r,
|
||||
/{usr/,}bin/python3.[0-9]* r,
|
||||
@{bin}/python3.[0-9]* r,
|
||||
|
||||
/{usr/,}bin/ r,
|
||||
/{usr/,}bin/file rix,
|
||||
@{bin}/ r,
|
||||
@{bin}/file rix,
|
||||
|
||||
/{usr/,}bin/ffmpeg rPx,
|
||||
/{usr/,}bin/ffprobe rPx,
|
||||
@{bin}/ffmpeg rPx,
|
||||
@{bin}/ffprobe rPx,
|
||||
|
||||
/etc/magic r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue