https://bugzilla.novell.com/show_bug.cgi?id=704460 https://bugzilla.novell.com/show_bug.cgi?id=704460#c0 Summary: apparmor initscript should try to mount /sys/kernel/security under systemd Classification: openSUSE Product: openSUSE 12.1 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: AppArmor AssignedTo: jeffm@novell.com ReportedBy: fcrozat@novell.com QAContact: qa@suse.de Blocks: 696902 Found By: --- Blocker: --- When booting under systemd, apparmor initscript should try to mount /sys/kernel/security, it is handled automatically by systemd. To fix that, in /lib/apparmor/rc.apparmor.functions, the following line should be changed in is_securityfs_mounted : grep -q securityfs / proc/filesystems && grep -q securityfs /proc/mounts to test -d %{SECURITYFS} -a -d /sys/fs/cgroup/systemd || grep -q securityfs / proc/filesystems && grep -q securityfs /proc/mounts this will trigger automounting of /sys/kernel/security by systemd. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.