parent
5e38394986
commit
69aa16625b
1 changed files with 18 additions and 6 deletions
|
|
@ -26,16 +26,19 @@ profile gimp @{exec_path} {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@{python_path} rix,
|
||||||
@{bin}/env rix,
|
@{bin}/env rix,
|
||||||
|
@{bin}/gimp-script-fu-interpreter-* rix,
|
||||||
@{bin}/gjs-console rix,
|
@{bin}/gjs-console rix,
|
||||||
@{bin}/lua rix,
|
@{bin}/lua rix,
|
||||||
@{lib}/gimp/@{version}/extensions/*/* rix,
|
@{lib}/gimp/@{version}/extensions/*/* rix,
|
||||||
@{lib}/gimp/*/plug-ins/** rix,
|
@{lib}/gimp/*/plug-ins/** rix,
|
||||||
@{python_path} rix,
|
|
||||||
|
|
||||||
@{bin}/xsane-gimp rPx,
|
@{bin}/xsane-gimp rPx,
|
||||||
@{open_path} rPx -> child-open-help,
|
@{open_path} rPx -> child-open-help,
|
||||||
|
|
||||||
|
@{lib}/gimp/@{version}/plug-ins/python-console/__pycache__/{,*} w,
|
||||||
|
|
||||||
/usr/share/gimp/{,**} r,
|
/usr/share/gimp/{,**} r,
|
||||||
/usr/share/mypaint-data/{,**} r,
|
/usr/share/mypaint-data/{,**} r,
|
||||||
/usr/share/xml/iso-codes/{,**} r,
|
/usr/share/xml/iso-codes/{,**} r,
|
||||||
|
|
@ -62,7 +65,16 @@ profile gimp @{exec_path} {
|
||||||
|
|
||||||
owner @{tmp}/gimp/{,**} rw,
|
owner @{tmp}/gimp/{,**} rw,
|
||||||
|
|
||||||
|
@{sys}/fs/cgroup/user.slice/cpu.max r,
|
||||||
|
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/cpu.max r,
|
||||||
|
@{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/cpu.max r,
|
||||||
|
owner @{sys}/fs/cgroup/user.slice/user-@{uid}.slice/user@@{uid}.service/app.slice/cpu.max r,
|
||||||
|
|
||||||
|
owner @{PROC}/@{pid}/cgroup r,
|
||||||
owner @{PROC}/@{pid}/mountinfo r,
|
owner @{PROC}/@{pid}/mountinfo r,
|
||||||
|
owner @{PROC}/@{pid}/mounts r,
|
||||||
|
owner @{PROC}/@{pid}/stat r,
|
||||||
|
owner @{PROC}/@{pid}/task/@{tid}/stat r,
|
||||||
|
|
||||||
include if exists <local/gimp>
|
include if exists <local/gimp>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue