mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
parent
6073dc491f
commit
245898a9d2
@ -40,6 +40,7 @@ profile dbus-session flags=(attach_disconnected) {
|
||||
|
||||
@{bin}/** PUx,
|
||||
@{lib}/** PUx,
|
||||
@{user_share_dirs}/*/** PUx,
|
||||
/usr/share/*/** PUx,
|
||||
|
||||
/etc/dbus-1/{,**} r,
|
||||
|
@ -6,7 +6,10 @@ abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /usr/share/gnome-shell/extensions/ding@rastersoft.com/{,app/}ding.js
|
||||
@{share_dirs} = /usr/share/gnome-shell/extensions/ding@rastersoft.com
|
||||
@{share_dirs} += @{user_share_dirs}/gnome-shell/extensions/ding@rastersoft.com
|
||||
|
||||
@{exec_path} = @{share_dirs}/{,app/}ding.js
|
||||
profile gnome-extension-ding @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
@ -57,7 +60,7 @@ profile gnome-extension-ding @{exec_path} {
|
||||
@{bin}/gnome-control-center rPx,
|
||||
@{bin}/nautilus rPx,
|
||||
|
||||
/usr/share/gnome-shell/extensions/ding@rastersoft.com/{,app/}* r,
|
||||
@{share_dirs}/{,**} r,
|
||||
/usr/share/thumbnailers/{,*.thumbnailer} r,
|
||||
|
||||
owner @{HOME}/@{XDG_TEMPLATES_DIR}/ r,
|
||||
|
@ -6,8 +6,8 @@ abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{share_dirs} = /usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io/
|
||||
@{share_dirs} += @{user_share_dirs}/gnome-shell/extensions/gsconnect@andyholmes.github.io/
|
||||
@{share_dirs} = /usr/share/gnome-shell/extensions/gsconnect@andyholmes.github.io
|
||||
@{share_dirs} += @{user_share_dirs}/gnome-shell/extensions/gsconnect@andyholmes.github.io
|
||||
|
||||
@{exec_path} = @{share_dirs}/service/daemon.js
|
||||
profile gnome-extension-gsconnect @{exec_path} {
|
||||
|
@ -188,7 +188,8 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||
@{lib}/gio-launch-desktop rCx -> open,
|
||||
@{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop rCx -> open,
|
||||
|
||||
/usr/share/gnome-shell/extensions/ding@rastersoft.com/{,*/}ding.js rPx,
|
||||
@{user_share_dirs}/gnome-shell/extensions/*/** rPUx,
|
||||
/usr/share/gnome-shell/extensions/*/** rPUx,
|
||||
|
||||
/opt/**/share/icons/{,**} r,
|
||||
/opt/*/**/*.png r,
|
||||
|
Loading…
Reference in New Issue
Block a user