feat(groups/g*): vim syntax support

Add vim modeline instructing the editor to use syntax plugin provided by apparmor.
Continuation of #393 to keep the diff list relatively short.
This commit is contained in:
REmerald 2024-06-16 17:20:11 +03:00 committed by Alex
parent 4d707633a1
commit da93eb29d8
166 changed files with 374 additions and 42 deletions

View file

@ -43,3 +43,5 @@ profile dirmngr @{exec_path} {
include if exists <local/dirmngr>
}
# vim:syntax=apparmor

View file

@ -71,3 +71,5 @@ profile gpg @{exec_path} {
include if exists <local/gpg>
}
# vim:syntax=apparmor

View file

@ -91,3 +91,5 @@ profile gpg-agent @{exec_path} {
include if exists <local/gpg-agent>
}
# vim:syntax=apparmor

View file

@ -29,3 +29,5 @@ profile gpg-connect-agent @{exec_path} {
include if exists <local/gpg-connect-agent>
}
# vim:syntax=apparmor

View file

@ -45,3 +45,5 @@ profile gpgconf @{exec_path} {
include if exists <local/gpgconf>
}
# vim:syntax=apparmor

View file

@ -30,3 +30,5 @@ profile gpgsm @{exec_path} {
include if exists <local/gpgsm>
}
# vim:syntax=apparmor

View file

@ -19,4 +19,6 @@ profile keyboxd @{exec_path} {
owner @{PROC}/@{pid}/fd/ r,
include if exists <local/keyboxd>
}
}
# vim:syntax=apparmor

View file

@ -35,3 +35,5 @@ profile scdaemon @{exec_path} {
include if exists <local/scdaemon>
}
# vim:syntax=apparmor