Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2015-02-03 Thread Steve Beattie
On Tue, Feb 03, 2015 at 08:58:53PM +0100, Christian Boltz wrote: > [resent without linebreaks in the patch] > > Update is_skippable_file() to match all extensions that are listed in > > libapparmor _aa_is_blacklisted() - some extensions were missing in the > > python code. > > > > Also make the co

Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2015-02-03 Thread Kshitij Gupta
Hello, On Wed, Feb 4, 2015 at 1:28 AM, Christian Boltz wrote: > Hello, > > [resent without linebreaks in the patch] > > Am Dienstag, 3. Februar 2015 schrieb Christian Boltz: > > Am Donnerstag, 25. Dezember 2014 schrieb Kshitij Gupta: > > > On Thu, Dec 25, 2014 at 6:02 AM, Christian Boltz wrote:

Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2015-02-03 Thread Christian Boltz
Hello, [resent without linebreaks in the patch] Am Dienstag, 3. Februar 2015 schrieb Christian Boltz: > Am Donnerstag, 25. Dezember 2014 schrieb Kshitij Gupta: > > On Thu, Dec 25, 2014 at 6:02 AM, Christian Boltz wrote: > > > Am Mittwoch, 24. Dezember 2014 schrieb Kshitij Gupta: > > > > On Sun, D

Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2015-02-03 Thread Christian Boltz
Hello, Am Donnerstag, 25. Dezember 2014 schrieb Kshitij Gupta: > On Thu, Dec 25, 2014 at 6:02 AM, Christian Boltz wrote: > > Am Mittwoch, 24. Dezember 2014 schrieb Kshitij Gupta: > > > On Sun, Dec 7, 2014 at 2:49 AM, Christian Boltz wrote: > > I'd also be interested in some numbers - how long d

Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2014-12-25 Thread Kshitij Gupta
Hello, On Thu, Dec 25, 2014 at 6:02 AM, Christian Boltz wrote: > Hello, > > Am Mittwoch, 24. Dezember 2014 schrieb Kshitij Gupta: > > On Sun, Dec 7, 2014 at 2:49 AM, Christian Boltz wrote: > > > this patch updates is_skippable_file() to match all extensions that > > > are listed in libapparmor

Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2014-12-24 Thread Christian Boltz
Hello, Am Mittwoch, 24. Dezember 2014 schrieb Kshitij Gupta: > On Sun, Dec 7, 2014 at 2:49 AM, Christian Boltz wrote: > > this patch updates is_skippable_file() to match all extensions that > > are listed in libapparmor _aa_is_blacklisted() - some extensions > > were missing in the python code. >

Re: [apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2014-12-24 Thread Kshitij Gupta
Hello, On Sun, Dec 7, 2014 at 2:49 AM, Christian Boltz wrote: > Hello, > > this patch updates is_skippable_file() to match all extensions that are > listed in libapparmor _aa_is_blacklisted() - some extensions were > missing in the python code. > > Also make the code more readable - even if it

[apparmor] [patch] update aa.py is_skippable_file() according to libapparmor

2014-12-06 Thread Christian Boltz
Hello, this patch updates is_skippable_file() to match all extensions that are listed in libapparmor _aa_is_blacklisted() - some extensions were missing in the python code. Also make the code more readable - even if it merges 4 re.search() into one, and add some testcases. Notes: - the origina