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:
@@ -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>
|
||||
#
|
||||
|
Reference in New Issue
Block a user