mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
feat(profile): add label for help program.
This commit is contained in:
parent
f9a93ab67e
commit
c0a081b827
4 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -53,5 +53,7 @@
|
|||
# Office suites
|
||||
@{offices_path} = @{bin}/@{offices} @{lib}/libreoffice/program/soffice
|
||||
|
||||
# Help
|
||||
@{help_path} = @{bin}/@{help}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
@ -69,4 +69,7 @@
|
|||
# Office suites
|
||||
@{offices} = libreoffice soffice
|
||||
|
||||
# Help
|
||||
@{help} = yelp
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
Loading…
Reference in a new issue