Re: [apparmor] [patch] Use generic names in aa-mergeprof

2015-05-29 Thread Steve Beattie
On Sun, May 24, 2015 at 02:14:05PM +0200, Christian Boltz wrote: > Hello, > > this patch replaces rule-specific names with generic names: > - s/'capability'/ruletype/ > - s/cap_obj/rule_obj/ > - s/'network'/ruletype/ > - s/net_obj/rule_obj/ I would probably just do s/rule_obj/rule/ but maybe that

[apparmor] [patch] Use generic names in aa-mergeprof

2015-05-24 Thread Christian Boltz
Hello, this patch replaces rule-specific names with generic names: - s/'capability'/ruletype/ - s/cap_obj/rule_obj/ - s/'network'/ruletype/ - s/net_obj/rule_obj/ It also sets ruletype at the beginning of each block. The long-term goal is to have for ruletype in ['capability', 'network', ...]