2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-07 01:35:23 +00:00

apparmor.vim: add support for userns and the unconfined flag

(cherry picked from commit 4cd39e70a0)
Fixes: https://gitlab.com/apparmor/apparmor/-/issues/396
Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
Christian Boltz
2024-05-25 13:48:00 +02:00
committed by Georgia Garcia
parent c31da2ec55
commit 2a3cf471ab
2 changed files with 6 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ for af_pair in af_pairs:
aa_network_types = r'\s+tcp|\s+udp|\s+icmp'
aa_flags = ('complain',
'unconfined',
'audit',
'attach_disconnected',
'no_attach_disconnected',