mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
apparmor.vim says "attach_disconnect" is correct, but the parser only
likes "attach_disconnected". Acked-By: Jamie Strandboge <jamie@canonical.com>
This commit is contained in:
parent
2b51489cef
commit
b7e854695b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ aa_network_types=r'\s+tcp|\s+udp|\s+icmp'
|
||||||
|
|
||||||
aa_flags=['complain',
|
aa_flags=['complain',
|
||||||
'audit',
|
'audit',
|
||||||
'attach_disconnect',
|
'attach_disconnected',
|
||||||
'no_attach_disconnected',
|
'no_attach_disconnected',
|
||||||
'chroot_attach',
|
'chroot_attach',
|
||||||
'chroot_no_attach',
|
'chroot_no_attach',
|
||||||
|
|
Loading…
Add table
Reference in a new issue