Closed issue by UsernameRandomlyGenerated on void-packages repository https://github.com/void-linux/void-packages/issues/35344 Description: ### System * xuname: Void 5.15.17_1 x86_64-musl AuthenticAMD uptodate rFF * package: pulseaudio-15.0_3 apparmor-3.0.3_2 bluez-5.63_1 ### Expected behavior Bluetooth headphones working. ### Actual behavior You can connect bluetooth speakers/headphones but the default mode is OFF and trying to toggle A2DP instantly reverts to off. ### Steps to reproduce the behavior 1. Use pulseaudio and install&enable apparmor 2. Connect bluetooth speakers or headset 3. Check desktop environment sound settings That's what I get in dmesg from apparmor (repeated a couple times): `[ 81.703876] audit: type=1400 audit(1643727351.998:80): apparmor="DENIED" operation="sendmsg" profile="pulseaudio" pid=1759 comm="bluetooth" family="bluetooth" sock_type="seqpacket" protocol=0 requested_mask="send" denied_mask="send"` Disabling apparmor profile for pulseaudio solves it obviously.