| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add %apparmor_profilesdir
- Update macro to detect when installing in chroot (transactional-update) and avoid calling apparmor_parser.
- No longer suppress stderr
- Don't assume systemctl is already installed or available at all. - Files in /usr/lib/rpm/macros.d are no config files
- move macros.apparmor from /etc/rpm/ to /usr/lib/rpm/macros.d/
- Check if apparmor is active before reloading a profile (bsc#1083226) Otherwise a package using the %apparmor_reload macro in %post automatically enables the profile even if apparmor itself is not active.
- %apparmor_reload: skip and regenerate cache to make sure the latest profile gets always used (even if the existing cache is newer)
- RPM group fix
- Initial creation of macro, only contains %apparmor_reload