New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/30946#issuecomment-842197023 Comment: Before this PR, the apparmor package provided all rules on its own - void specific and upstream roles. This results in broken rules when packages are updated, so I created a package which tracks apparmor master (apparmor-rules-upstream) and a meta package which provides void specific rules (apparmor-rules-void). The rules have an ABI version specified inside, so there shouldn't be any problems with apparmor being older than the rules. This update will probably create a lot of .new files in /etc/apparmor.d/local/ for users, but it shouldn't matter. The upstream rule package has an update file which shows a new version when there are new commits in the profiles/ directory in the apparmor repository.