feat(profile): add label for help program.

This commit is contained in:
Alexandre Pujol 2024-07-02 22:05:36 +01:00
parent f9a93ab67e
commit c0a081b827
Failed to generate hash of commit
4 changed files with 7 additions and 1 deletions

View file

@ -20,6 +20,7 @@
@{document_viewers_path} rPUx,
@{emails_path} rPUx,
@{file_explorers_path} rPx,
@{help_path} rPx,
@{image_viewers_path} rPUx,
@{offices_path} rPUx,
@{text_editors_path} rPUx,

View file

@ -11,7 +11,7 @@ profile child-open-help {
include <abstractions/app/open>
@{browsers_path} rPx,
@{bin}/yelp rPUx,
@{help_path} rPx,
include if exists <usr/child-open-help.d>
include if exists <local/child-open-help>

View file

@ -53,5 +53,7 @@
# Office suites
@{offices_path} = @{bin}/@{offices} @{lib}/libreoffice/program/soffice
# Help
@{help_path} = @{bin}/@{help}
# vim:syntax=apparmor

View file

@ -69,4 +69,7 @@
# Office suites
@{offices} = libreoffice soffice
# Help
@{help} = yelp
# vim:syntax=apparmor