mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(profile): ensure xinit does not block unsupported programs.
See #263
This commit is contained in:
parent
da8480b427
commit
23be6d904e
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ profile xinit @{exec_path} {
|
||||||
|
|
||||||
# Allow custom GUI launcher to start
|
# Allow custom GUI launcher to start
|
||||||
@{bin}/* rPUx,
|
@{bin}/* rPUx,
|
||||||
|
@{lib}/** rPUx,
|
||||||
|
|
||||||
/etc/X11/{,**} r,
|
/etc/X11/{,**} r,
|
||||||
/etc/default/{,*} r,
|
/etc/default/{,*} r,
|
||||||
|
|
Loading…
Reference in a new issue