Re: [apparmor] [patch] Change aa.py to use RlimitRule and RlimitRuleset

2015-06-19 Thread Kshitij Gupta
Hello, On Fri, Jun 5, 2015 at 6:56 PM, Christian Boltz appar...@cboltz.de wrote: Hello, this patch changes aa.py to use RlimitRule and RlimitRuleset instead of a sub-hasher to store and write rlimit rules. In detail: - drop all rlimit rule parsing from parse_profile_data() and

[apparmor] [patch] Change aa.py to use RlimitRule and RlimitRuleset

2015-06-05 Thread Christian Boltz
Hello, this patch changes aa.py to use RlimitRule and RlimitRuleset instead of a sub-hasher to store and write rlimit rules. In detail: - drop all rlimit rule parsing from parse_profile_data() and serialize_profile_from_old_profile() - instead, just call RlimitRule.parse() - change