refractor: use @{python_path} in all profiles.
This commit is contained in:
parent
5870e1ee40
commit
af85db9148
77 changed files with 92 additions and 92 deletions
|
|
@ -21,7 +21,7 @@ profile speedtest @{exec_path} {
|
|||
network netlink raw,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/file rix,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ profile system-config-printer @{exec_path} flags=(complain) {
|
|||
@{exec_path} mrix,
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
@{lib}/cups/*/* rPUx,
|
||||
/usr/share/hplip/query.py rPUx,
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ profile system-config-printer-applet @{exec_path} {
|
|||
@{exec_path} mrix,
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
/usr/share/system-config-printer/{,**} r,
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ profile terminator @{exec_path} flags=(attach_disconnected) {
|
|||
@{exec_path} mr,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/python3.@{int} rix,
|
||||
@{python_path} rix,
|
||||
|
||||
# The shell is not confined on purpose.
|
||||
@{bin}/@{shells} rUx,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ profile update-command-not-found @{exec_path} {
|
|||
|
||||
@{exec_path} r,
|
||||
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
@{lib}/ r,
|
||||
|
||||
@{bin}/dpkg rPx -> child-dpkg,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ profile vcsi @{exec_path} {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/ffmpeg rPx,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ profile vidcutter @{exec_path} {
|
|||
include <abstractions/user-download-strict>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/ldconfig rix,
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ profile virt-manager @{exec_path} flags=(attach_disconnected) {
|
|||
@{exec_path} rix,
|
||||
|
||||
@{sh_path} rix,
|
||||
@{bin}/python3.@{int} rix,
|
||||
@{lib}/python3.@{int}/site-packages/__pycache__/guestfs.cpython-@{int}.pyc.@{int} w,
|
||||
@{python_path} rix,
|
||||
@{lib}/@{python_name}/site-packages/__pycache__/guestfs.cpython-@{int}.pyc.@{int} w,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/env rix,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ profile wsdd @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
@{bin}/env r,
|
||||
@{bin}/python3.@{int} rix,
|
||||
@{python_path} rix,
|
||||
|
||||
/etc/machine-id r,
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ profile youtube-dl @{exec_path} {
|
|||
signal (receive) set=(term, kill),
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ffmpeg rPx,
|
||||
@{bin}/ffprobe rPx,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile yt-dlp @{exec_path} {
|
|||
network netlink raw,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/file rix,
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ profile ytdl @{exec_path} {
|
|||
signal (receive) set=(term, kill),
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{bin}/ldconfig rix,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ profile zenmap @{exec_path} {
|
|||
signal (send) set=(term, kill) peer=nmap,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/nmap rPx,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue