There is an updated pull request by el-remph against master on the void-packages repository https://github.com/el-remph/void-packages apparmor-load-symlinks https://github.com/void-linux/void-packages/pull/53812 runit-void: load apparmor profiles from symlinks in /etc/apparmor.d #### Testing the changes - I tested the changes in this PR: **YES** Fixes: the existing script doesn't load apparmor profiles from symlinks, so eg. if you symlink to one of the /usr/share/apparmor/extra-profiles/, that will be silently skipped This also doesn't rely on shell whitespace splitting (ot that there should be whitespace anywhere in these filenames anyway) A patch file from https://github.com/void-linux/void-packages/pull/53812.patch is attached