2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-06 17:25:16 +00:00

xdg-open: update usage example

Add notes about optional abstractions that can be useful for making
(rare) message boxes created by *-open helpers work correctly.
This commit is contained in:
Vincas Dargis
2019-12-08 15:59:58 +02:00
parent 8b481d469b
commit 162e5086a5

View File

@@ -18,6 +18,14 @@
# profile foo//xdg-open {
# #include <abstractions/xdg-open>
#
# # Enable a11y support if considered required by
# # profile author for (rare) error message boxes.
# #include <abstractions/dbus-accessibility>
#
# # Enable gstreamer support if considered required by
# # profile author for (rare) error message boxes.
# #include if exists <abstractions/gstreamer>
#
# # needed for ubuntu-* abstractions
# #include <abstractions/ubuntu-helpers>
#