The AppArmor user space development project.
Find a file
Steve Beattie 5e5d91ba76 From: Jeff Mahoney <jeffm@suse.com>
Subject: apparmor: Subdomain.pm: Fix handling of audits of unconfined processes

 The version of AppArmor that was accepted into the mainline kernel
 issues audit events for things like change_hat while unconfined.
 Previous versions just returned -EPERM without the audit.

 This results in logprof and friends spewing uninitialized value errors
 when it hits events like:
 type=AVC msg=audit(1291742101.899:220): apparmor="DENIED" operation="change_hat" info="unconfined" error=-1 pid=28005 comm="cron

 ... which happen any time an unconfined process does something with pam
 when pam_apparmor is installed.

 This patch skips those events.

[Note that the second half of the OpenSUSE patch had already been applied.]

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Acked-By: Steve Beattie <sbeattie@ubuntu.com>
2011-02-15 11:14:15 -08:00
changehat Merge from trunk revision 1582: update the man pages to: 2011-01-13 16:29:20 -06:00
common Fix minor build warning on rpm based systems. 2010-09-20 11:40:32 -07:00
deprecated/management Merge from trunk rev 1639: Fix compilation in deprecated gnome 2011-02-08 13:20:05 -08:00
kernel-patches Pull outdated kernel patches, to avoid confusion. Add README to note 2010-09-16 02:25:59 -07:00
libraries/libapparmor Merge from trunk rev 1636: libapparmor: remove LD_RUN_PATH from swig 2011-02-08 09:48:57 -08:00
parser Author: Jamie Strandboge <jamie@canonical.com> 2011-02-15 10:34:17 -08:00
profiles From: Jeff Mahoney <jeffm@suse.com> 2011-02-15 11:01:55 -08:00
tests Merge from trunk rev 1505: modifies the xattr regression test to use 2010-10-04 12:31:00 -07:00
utils From: Jeff Mahoney <jeffm@suse.com> 2011-02-15 11:14:15 -08:00
.bzrignore Fix two x transition conflict bugs. 2011-01-07 12:46:15 -08:00
LICENSE Add a top-level "catch-all" GPLv2 license to cover any files that are 2007-03-30 15:47:14 +00:00
Makefile Makefile: make setup target work independently. 2011-02-08 09:32:16 -08:00