From bc3a1006df1b428fa5a85c9fb83cefdf65508b65 Mon Sep 17 00:00:00 2001 From: Chiluka Rohith Date: Thu, 2 Jul 2026 19:21:57 +0530 Subject: [PATCH] refpolicy-targeted: enable PipeWire system-service mode for Qualcomm The upstream PipeWire SELinux policy has been merged into refpolicy (SELinuxProject/refpolicy#1109). Set POLICY_CUSTOM_BUILDOPT to pipewire_system_service so that PipeWire runs as a system-wide daemon on Qualcomm embedded targets. Signed-off-by: Chiluka Rohith --- recipes-security/refpolicy/refpolicy-targeted_git.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-security/refpolicy/refpolicy-targeted_git.bbappend diff --git a/recipes-security/refpolicy/refpolicy-targeted_git.bbappend b/recipes-security/refpolicy/refpolicy-targeted_git.bbappend new file mode 100644 index 00000000..d10020d6 --- /dev/null +++ b/recipes-security/refpolicy/refpolicy-targeted_git.bbappend @@ -0,0 +1 @@ +POLICY_CUSTOM_BUILDOPT:qcom-distro = "pipewire_system_service"