From f1e08d06847eba870502b32e9f69a166a7f5d09f Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 24 Nov 2015 00:11:56 +0100 Subject: [PATCH] Add support for rlimit and signal rules to aa-mergeprof Acked-by: Kshitij Gupta --- utils/aa-mergeprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/aa-mergeprof b/utils/aa-mergeprof index a3f5b5dd1..f2fab7fd6 100755 --- a/utils/aa-mergeprof +++ b/utils/aa-mergeprof @@ -631,7 +631,7 @@ class Merge(object): elif re.search('\d', ans): default_option = ans - for ruletype in ['capability', 'network', 'change_profile']: + for ruletype in ['capability', 'change_profile', 'network', 'rlimit', 'signal']: if other.aa[profile][hat].get(ruletype, False): # needed until we have proper profile initialization for rule_obj in other.aa[profile][hat][ruletype].rules: