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
|
|
@ -23,7 +23,7 @@ profile udiskie @{exec_path} {
|
|||
include <abstractions/dri-enumerate>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
@{bin}/ r,
|
||||
@{open_path} rPx -> child-open,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ profile udiskie-info @{exec_path} {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
/usr/bin/ r,
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ profile udiskie-mount @{exec_path} {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
/usr/bin/ r,
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ profile udiskie-umount @{exec_path} {
|
|||
include <abstractions/python>
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/python3.@{int} r,
|
||||
@{python_path} r,
|
||||
|
||||
/usr/bin/ r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue