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:
parent
4d707633a1
commit
da93eb29d8
166 changed files with 374 additions and 42 deletions
|
|
@ -43,3 +43,5 @@ profile dirmngr @{exec_path} {
|
|||
|
||||
include if exists <local/dirmngr>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -71,3 +71,5 @@ profile gpg @{exec_path} {
|
|||
|
||||
include if exists <local/gpg>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -91,3 +91,5 @@ profile gpg-agent @{exec_path} {
|
|||
|
||||
include if exists <local/gpg-agent>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -29,3 +29,5 @@ profile gpg-connect-agent @{exec_path} {
|
|||
include if exists <local/gpg-connect-agent>
|
||||
}
|
||||
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -45,3 +45,5 @@ profile gpgconf @{exec_path} {
|
|||
|
||||
include if exists <local/gpgconf>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -30,3 +30,5 @@ profile gpgsm @{exec_path} {
|
|||
|
||||
include if exists <local/gpgsm>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -19,4 +19,6 @@ profile keyboxd @{exec_path} {
|
|||
owner @{PROC}/@{pid}/fd/ r,
|
||||
|
||||
include if exists <local/keyboxd>
|
||||
}
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
|
|
@ -35,3 +35,5 @@ profile scdaemon @{exec_path} {
|
|||
|
||||
include if exists <local/scdaemon>
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue