Re: [apparmor] [PATCH 8/8] Convert codomain to a class

2013-09-13 Thread Steve Beattie
On Wed, Sep 11, 2013 at 01:47:47AM -0700, Tyler Hicks wrote: From: John Johansen john.johan...@canonical.com Convert the codomain to a class, and the policy lists that store codomains to stl containers instead of glibc twalk. Signed-off-by: John Johansen john.johan...@canonical.com

Re: [apparmor] [PATCH 7/8] remove support for change_hat 1.4

2013-09-13 Thread Steve Beattie
On Wed, Sep 11, 2013 at 01:47:46AM -0700, Tyler Hicks wrote: From: John Johansen john.johan...@canonical.com change_hat 1.4 was an experiement is more directly controlling change_hat by adding hat rulles to the profile. It has not been used since the original experiment (4 years). So remove

[apparmor] [patch] utils/po/de.po update

2013-09-13 Thread Christian Boltz
Hello, after seeing a very strange translation, I did a round of proofreading on utils/po/de.po. The most strange translation was: msgid Reading log entries from %s. -msgstr %s Mailserver-Domains werden eingelesen...

Re: [apparmor] [PATCH 8/8] Convert codomain to a class

2013-09-13 Thread Steve Beattie
On Wed, Sep 11, 2013 at 01:47:47AM -0700, Tyler Hicks wrote: From: John Johansen john.johan...@canonical.com Convert the codomain to a class, and the policy lists that store codomains to stl containers instead of glibc twalk. Signed-off-by: John Johansen john.johan...@canonical.com

Re: [apparmor] [PATCH] Allow reading /etc/machine-id in the dbus-session abstraction.

2013-09-13 Thread intrigeri
Steve Beattie wrote (11 Sep 2013 23:01:08 GMT) : Acked-by: Steve Beattie st...@nxnw.org for both trunk and 2.8. (I would like to get rid of the dbus-launch permission from the dbus-session abstraction, as I personally resist using it because that permission is embedded in there. But's not

Re: [apparmor] [PATCH 8/8] Convert codomain to a class

2013-09-13 Thread Steve Beattie
On Wed, Sep 11, 2013 at 01:47:47AM -0700, Tyler Hicks wrote: From: John Johansen john.johan...@canonical.com Convert the codomain to a class, and the policy lists that store codomains to stl containers instead of glibc twalk. Signed-off-by: John Johansen john.johan...@canonical.com

[apparmor] [PATCH 9/8 :) ] parser Fix const char warnings

2013-09-13 Thread Steve Beattie
Finally, a patch of my own. This patch addresses a bunch of the compiler string conversion warnings that were introduced with the C++-ification patch. Signed-off-by: Steve Beattie st...@nxnw.org --- parser/libapparmor_re/aare_rules.cc |4 ++-- parser/libapparmor_re/aare_rules.h |4 ++--

Re: [apparmor] [PATCH 4/8] Remove testing for AARE as it is the only matching engine

2013-09-13 Thread Steve Beattie
On Thu, Sep 12, 2013 at 04:08:52PM -0700, Steve Beattie wrote: On Wed, Sep 11, 2013 at 01:47:43AM -0700, Tyler Hicks wrote: From: John Johansen john.johan...@canonical.com Remove use of AARE_DFA as the alternate pcre matching engine was removed years ago. I haven't figured out what's