[Bug 704460] New: apparmor initscript should try to mount /sys/kernel/security under systemd
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.
https://bugzilla.novell.com/show_bug.cgi?id=704460 https://bugzilla.novell.com/show_bug.cgi?id=704460#c1 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |fcrozat@novell.com --- Comment #1 from Jeff Mahoney <jeffm@novell.com> 2011-07-20 17:40:07 UTC --- I don't have a system with systemd installed at the moment. Can you patch it and submit the change to the security:apparmor:factory apparmor package? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704460 https://bugzilla.novell.com/show_bug.cgi?id=704460#c2 Frederic Crozat <fcrozat@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|fcrozat@novell.com | --- Comment #2 from Frederic Crozat <fcrozat@novell.com> 2011-08-02 09:54:29 UTC --- filled as sr 77662 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=704460 https://bugzilla.novell.com/show_bug.cgi?id=704460#c3 Jeff Mahoney <jeffm@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Jeff Mahoney <jeffm@novell.com> 2011-08-02 13:03:06 UTC --- Accepted and pushed as SR 77678 to Factory. Closing as fixed. -- 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.
participants (1)
-
bugzilla_noreply@novell.com