Bug ID | 1074265 |
---|---|
Summary | syntax error in virt-aa-helper AppArmor profile |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | openSUSE 42.2 |
Status | NEW |
Severity | Major |
Priority | P5 - None |
Component | Virtualization:Other |
Assignee | virt-bugs@suse.de |
Reporter | suse-beta@cboltz.de |
QA Contact | qa-bugs@suse.de |
Found By | Beta-Customer |
Blocker | --- |
/etc/apparmor.d/usr.lib.libvirt.virt-aa-helper contains a syntax error which prevents loading the profile: /run/libvirt/**/[sv]d[a-z] r This line should be /run/libvirt/**/[sv]d[a-z] r, (comma added at the end to fix the syntax) or even better /{,var/}run/libvirt/**/[sv]d[a-z] r, to also work on systems where /var/run/ is not a symlink to /run/ (like mine).