mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 20:55:19 +01:00
Update lxqt-panel
turning back to layout of corresponding xfce file.
This commit is contained in:
parent
9791b68bd7
commit
38e88cef14
1 changed files with 14 additions and 5 deletions
|
@ -12,7 +12,6 @@ profile lxqt-panel @{exec_path} {
|
|||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/dconf-write>
|
||||
include <abstractions/ibus>
|
||||
include <abstractions/lxqt>
|
||||
include <abstractions/nameservice-strict>
|
||||
|
||||
|
@ -25,12 +24,13 @@ profile lxqt-panel @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{open_path} rPx -> child-open,
|
||||
@{bin}/ControlPanel rPx,
|
||||
@{bin}/lxqt-leave rPx,
|
||||
@{bin}/exo-open rix,
|
||||
@{lib}/gio-launch-desktop rix,
|
||||
@{bin}/nm-applet rPx,
|
||||
@{bin}/nm-connection-editor rPx,
|
||||
@{bin}/pulseaudio rPx,
|
||||
@{bin}/ControlPanel rPx,
|
||||
|
||||
@{bin}/sudo rCx -> root,
|
||||
|
||||
@{lib}/lxqt-panel/*.so mr, # LXQT-Plugins
|
||||
@{lib}/lxqt-config/*.so mr, # LXQT-Plugins
|
||||
|
@ -77,6 +77,15 @@ profile lxqt-panel @{exec_path} {
|
|||
/dev/pts/@{int} rw,
|
||||
/dev/snd/controlC@{int} rw,
|
||||
|
||||
profile root {
|
||||
include <abstractions/base>
|
||||
include <abstractions/app/sudo>
|
||||
|
||||
@{bin}/lsblk rPx,
|
||||
|
||||
include if exists <local/lxqt-panel_root>
|
||||
}
|
||||
|
||||
include if exists <local/lxqt-panel>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue