Re: [apparmor] [utils] [patch] Remove re import from cleanprofile.py

2015-06-07 Thread Christian Boltz
Hello, Am Sonntag, 7. Juni 2015 schrieb Kshitij Gupta: > The following patch: > - removes re import > - uses apparmor.re_match_include instead of the regex Nice cleanup :-) (which also means to use the correct regex instead of the slightly wrong one cleanprofile.py had) > === modified file 'uti

[apparmor] [utils] [patch] Remove re import from cleanprofile.py

2015-06-07 Thread Kshitij Gupta
Hello, The following patch: - removes re import - uses apparmor.re_match_include instead of the regex === modified file 'utils/apparmor/cleanprofile.py' --- utils/apparmor/cleanprofile.py 2015-06-07 17:58:53 + +++ utils/apparmor/cleanprofile.py 2015-06-07 18:05:50 + @@ -11,8 +1