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

2013-09-13 Thread Steve Beattie
On Fri, Sep 13, 2013 at 10:46:21PM -0700, Steve Beattie wrote: > On Thu, Sep 12, 2013 at 04:08:52PM -0700, Steve Beattie wrote: > Alright, I think I've tracked down the specific issue from this patch: > > In: > > > diff --git a/parser/parser_interface.c b/parser/parser_interface.c > > index fdd61

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 > > > > Remove use of AARE_DFA as the alternate pcre matching engine was removed > > years ago. > > I haven't figured out what's going wrong, but

[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 --- parser/libapparmor_re/aare_rules.cc |4 ++-- parser/libapparmor_re/aare_rules.h |4 ++-- parser/parser

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 > > 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 > [tyhicks: Merge with dbus changes and process_file_ent

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

2013-09-13 Thread Seth Arnold
On Fri, Sep 13, 2013 at 09:24:43PM +0200, Christian Boltz wrote: > 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 einge

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 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 relevant to wh

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 > > 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 > [tyhicks: Merge with dbus changes and process_file_ent

[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 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 > > 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 it > > Signed-off-by:

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 > > 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 > [tyhicks: Merge with dbus changes and process_file_ent