Re: [apparmor] AppArmor continuing to confine process after calling rcapparmor stop

2014-07-12 Thread John Johansen
On 07/11/2014 07:21 PM, Christian Boltz wrote: > Hello, > > Am Freitag, 11. Juli 2014 schrieb Seth Arnold: >> On Fri, Jul 11, 2014 at 04:36:03PM +0200, Miklos Szeredi wrote: >>> I've a bug report saying that a process continues to be confined >>> after the profile has been removed. > > Feel free

Re: [apparmor] AppArmor continuing to confine process after calling rcapparmor stop

2014-07-12 Thread John Johansen
On 07/11/2014 10:36 AM, Miklos Szeredi wrote: > I've a bug report saying that a process continues to be confined after > the profile has been removed. > > As far as my reading of the code goes, this is exactly what should > happen, since common_perm() will call __aa_current_profile() which > will

[apparmor] [patch] remove unused LOG_MODE_RE in logparser.py

2014-07-12 Thread Christian Boltz
Hello, logparser.py defines LOG_MODE_RE, but doesn't use it. LOG_MODE_RE is also defined (and used) in aamode.py. This patch removes the superfluous definition from logparser.py. === modified file 'utils/apparmor/logparser.py' --- utils/apparmor/logparser.py 2014-02-13 18:01:03 + +++ utils

[apparmor] [patch] fix LOG_MODE_RE in aamode.py

2014-07-12 Thread Christian Boltz
Hello, this patch fixes two issues in LOG_MODE_RE in aamode.py: - remove "Ix" (only valid as lowercase "ix") - add "pux" (was missing before) === modified file 'utils/apparmor/aamode.py' --- utils/apparmor/aamode.py2014-04-23 21:28:17 + +++ utils/apparmor/aamode.py2014-07-12 19:25:29

Re: [apparmor] [patch] move parser/rc.aaeventd.* to deprecated/

2014-07-12 Thread Steve Beattie
On Sat, Jul 12, 2014 at 08:02:56AM -0700, Steve Beattie wrote: > On Sat, Jul 12, 2014 at 01:36:06AM +0200, Christian Boltz wrote: > > I noticed we still carry around the initscripts for aa-eventd. Since > > aa-eventd is dead since a very long time, they should be moved to the > > deprecated/ dire

Re: [apparmor] [patch] move parser/rc.aaeventd.* to deprecated/

2014-07-12 Thread Steve Beattie
On Sat, Jul 12, 2014 at 01:36:06AM +0200, Christian Boltz wrote: > I noticed we still carry around the initscripts for aa-eventd. Since > aa-eventd is dead since a very long time, they should be moved to the > deprecated/ directory. > > > Patch: (well, actually a list of commands this time) >