From 3d47277ba42b424f0c2251a3110240ae956942a5 Mon Sep 17 00:00:00 2001 From: oxmc Date: Tue, 19 Aug 2025 18:33:12 -0700 Subject: [PATCH] Update sepolicy/property_contexts --- sepolicy/property_contexts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sepolicy/property_contexts b/sepolicy/property_contexts index b75156c..a18f681 100644 --- a/sepolicy/property_contexts +++ b/sepolicy/property_contexts @@ -1,4 +1,4 @@ # Custom properties for the pawlet device -ro.vendor.oxmc..* u:object_r:pawlet_prop:s0 -ro.vendor.pawlet..* u:object_r:pawlet_prop:s0 -persist.vendor.pawlet..* u:object_r:pawlet_prop:s0 \ No newline at end of file +ro.vendor.oxmc.* u:object_r:vendor_default_prop:s0 +ro.vendor.pawlet.* u:object_r:vendor_default_prop:s0 +persist.vendor.pawlet.* u:object_r:vendor_default_prop:s0 \ No newline at end of file