mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +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',
|
||||
'audit',
|
||||
'attach_disconnect',
|
||||
'attach_disconnected',
|
||||
'no_attach_disconnected',
|
||||
'chroot_attach',
|
||||
'chroot_no_attach',
|
||||
|
|
Loading…
Add table
Reference in a new issue