http://bugzilla.opensuse.org/show_bug.cgi?id=911607 Per Jessen <per@computer.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(suse_user@conures | |.us) | --- Comment #3 from Per Jessen <per@computer.org> --- (In reply to Christian Boltz from comment #1)
/var/log/audit/audit.log is only written if you install the "audit" package and start auditd: zypper in audit; systemctl enable auditd; systemctl start auditd
Without auditd, AppArmor log messages will be written to the syslog (/var/log/messages) or journal - "grep apparmor /var/log/messages" should get you started.
Please attach the relevant log messages. You can also update the profile yourself with aa-logprof.
That said - the apcupsd profile is not part of the apparmor-profiles package, and I can't find it in ARCHIVES.gz. Is the profile shipped with a package (check with rpm -qf) or did you create it yourself?
/etc/apcupsd/apcupsd.conf comes with the package. # rpm -qf /etc/apcupsd/apcupsd.conf apcupsd-3.14.10-3.4.5.i586 -- You are receiving this mail because: You are on the CC list for the bug.