diff --git a/rsyslog.changes b/rsyslog.changes index 9d120ae..eaa91ce 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 20 14:22:32 UTC 2015 - jsegitz@novell.com + +- Adjusted apparmor profile to prevent aa-genprof failures + (bnc#925512) + ------------------------------------------------------------------- Mon Apr 13 12:25:08 UTC 2015 - astieger@suse.com diff --git a/rsyslog.spec b/rsyslog.spec index eefeee1..18392d7 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -1,7 +1,7 @@ # # spec file for package rsyslog # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/usr.sbin.rsyslogd b/usr.sbin.rsyslogd index 87f9e04..504fd90 100644 --- a/usr.sbin.rsyslogd +++ b/usr.sbin.rsyslogd @@ -41,5 +41,6 @@ /{var/,}run/systemd/journal/syslog w, # include rules for rsyslog-module-* packages - #include + # change that to once it is moved to /etc/apparmor.d + #include "/etc/apparmor/profiles/extras/rsyslog.d" }