New issue by AgnishRoy on void-packages repository https://github.com/void-linux/void-packages/issues/32052 Description: ### System * xuname: Void 5.12.17_1 x86_64 GenuineIntel uptodate hold rrFFF *output of ``xuname`` (part of xtools)* * affected package(s): apparmor-3.0.1_5 * related package(s): python3-notify2-0.3.1_2 ### Expected behaviour aa-notify should run as normal user (i.e. without sudo) with desired flags. ### Actual behaviour aa-notify emits an error: NoModuleFoundError: No module named 'dbus' ### Steps to reproduce the behaviour 1. Install apparmor userspace tools. Enable apparmor. 2. Install and enable audit framework. 3. Add your _user_ to whatever group audit.log uses (found and set in `/etc/audit/auditd.conf`). 4. Reboot 5. Verify that both apparmor and audit framework are up and running. 6. Launch your desktop 7. Try to run aa-notify tailing /var/log/audit.log 8. Notice the error. ### My notes - I solved it by installing `python3-dbus` package which would be needed by python3-notify2 - To permanently solve it, one may add python3-dbus as a runtime dependency of apparmor in the template.