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:
Christian Boltz 2014-01-29 23:18:52 +01:00
parent 2b51489cef
commit b7e854695b

View file

@ -77,7 +77,7 @@ aa_network_types=r'\s+tcp|\s+udp|\s+icmp'
aa_flags=['complain',
'audit',
'attach_disconnect',
'attach_disconnected',
'no_attach_disconnected',
'chroot_attach',
'chroot_no_attach',