[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-10-20 Thread Christian Boltz
This is fixed in the (already released) AppArmor 2.10, but I'm unable to set the target milestone to 2.10. ** Changed in: apparmor Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to a

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-06-10 Thread Steve Beattie
I have reproduced the traceback with aa-status from apparmor 2.8.95~2430-0ubuntu5.1 in trusty-updates, and have verified that the version in of apparmor in trusty-proposed, 2.8.95~2430-0ubuntu5.2, fixes the issue. ** Tags added: verification-done -- You received this bug notification because you

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-05-24 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/apparmor ** Branch linked: lp:ubuntu/trusty-proposed/apparmor -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1310598 Title: AppArmor python t

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor - 2.9.2-0ubuntu1 --- apparmor (2.9.2-0ubuntu1) wily; urgency=medium * Update to apparmor 2.9.2 - Fix minitools to work with multiple profiles at once (LP: #1378095) - Parse mounts that have non-ascii UTF-8 chars (LP: #1310598) -

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-05-18 Thread Steve Beattie
** Description changed: + [impact] + + This bug prevents users with mount points that contain non-ascii UTF_8 characters in their names from easily seeing the status of their apparmor policy. + + [steps to reproduce] + + 1) create mount point with non-ascii characters in it + 2) run aa-statu

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-04-23 Thread Steve Beattie
** Changed in: apparmor/2.9 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1310598 Title: AppArmor python tools fail to parse

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-03-03 Thread Steve Beattie
Alain, thanks for the patch. I have committed it to upstream apparmor. ** Also affects: apparmor/2.9 Importance: Undecided Status: New ** Changed in: apparmor/2.9 Importance: Undecided => Medium ** Changed in: apparmor/2.9 Status: New => Fix Committed ** Changed in: apparmor

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-03-03 Thread Launchpad Bug Tracker
** Branch linked: lp:apparmor ** Branch linked: lp:apparmor/2.9 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1310598 Title: AppArmor python tools fail to parse mounts

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-03-02 Thread Zakhar
[EDIT] Obviously I meant fancy mountpoints having spaces or \n, do *NOT* break aa-status! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1310598 Title: AppArmor python to

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-03-02 Thread Zakhar
Thanks Christian for the heavy lifting on the mailinglist and bzr. I didn't understand, on the FAQ, about yielding permissions to Canonical. Is that about proposing patches on Launchpad itself, or does it also apply for projects hosted on launchpad. Anyway, to whomever, Canonical or "upstream te

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-03-01 Thread Christian Boltz
Thanks for the patch! I just forwarded it to the mailinglist for the usual formal review. I also tested it successfully, after setting up a non-ascii mountpoint ;-) I'll update the bugreport when commiting the patch to bzr. -- You received this bug notification because you are a member of Ubunt

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2015-03-01 Thread Zakhar
Ok, so *I fixed it!* Sorry guys, the 'patch' process is a bit complicated here, so I'll just give a diff to what I have done, and explain why: $ diff aa-status aa-status_orig 137,140c137,140 < for p in open("/proc/mounts","rb").readlines(): < if p.split()[2].decode() == "securityfs"

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2014-11-27 Thread Zakhar
After some months where it didn't seem to crash -or at least apport didn't report anything-, now this is crashing again with the same stack trace about reading my UTF-8/non-ascii mounts. I'm sending new apports automatic crash reports. Although, Christian, I would find it normal that it crashes w

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2014-10-10 Thread Christian Boltz
The "funny" thing is that this bug depends on your locale. I just did a mount on an non-ASCII mountpoint and can reproduce the bug with LANG=C aa-status However, everything works fine if I use LANG=de_DE aa-status That's python charset "fun" at its best... hmmm... I'm not sure if "Workaround: l

[Touch-packages] [Bug 1310598] Re: AppArmor python tools fail to parse mounts with UTF-8 non-ascii characters

2014-10-09 Thread Jamie Strandboge
** Tags removed: tools ** Tags added: aa-tools -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1310598 Title: AppArmor python tools fail to parse mounts with UTF-8 non-asc