[apparmor] [patch] common.py: add debugging, py2 compat fix

2014-02-24 Thread Christian Boltz
Hello, this patch fixes two (unrelated) issues in common.py: - it adds some debug logging in valid_path() - it fixes a py2 incompability in DebugLogger.__init__ === modified file 'utils/apparmor/common.py' --- utils/apparmor/common.py2014-02-12 23:54:00 + +++ utils/apparmor/common.py

Re: [apparmor] [patch] common.py: add debugging, py2 compat fix

2014-02-24 Thread Steve Beattie
On Mon, Feb 24, 2014 at 07:58:57PM +0100, Christian Boltz wrote: Hello, this patch fixes two (unrelated) issues in common.py: - it adds some debug logging in valid_path() - it fixes a py2 incompability in DebugLogger.__init__ === modified file 'utils/apparmor/common.py' ---

Re: [apparmor] [patch] common.py: add debugging, py2 compat fix

2014-02-24 Thread Kshitij Gupta
On Feb 25, 2014 12:47 AM, Steve Beattie st...@nxnw.org wrote: On Mon, Feb 24, 2014 at 07:58:57PM +0100, Christian Boltz wrote: Hello, this patch fixes two (unrelated) issues in common.py: - it adds some debug logging in valid_path() - it fixes a py2 incompability in