diff --git a/chre/sepolicy/property.te b/chre/sepolicy/property.te new file mode 100644 index 0000000..f2a98eb --- /dev/null +++ b/chre/sepolicy/property.te @@ -0,0 +1 @@ +vendor_internal_prop(vendor_chre_hal_prop) \ No newline at end of file diff --git a/chre/sepolicy/property_contexts b/chre/sepolicy/property_contexts new file mode 100644 index 0000000..f3d3fd8 --- /dev/null +++ b/chre/sepolicy/property_contexts @@ -0,0 +1 @@ +vendor.chre.multiclient_hal u:object_r:vendor_chre_hal_prop:s0 \ No newline at end of file diff --git a/chre/sepolicy/vendor_init.te b/chre/sepolicy/vendor_init.te new file mode 100644 index 0000000..d1a70fe --- /dev/null +++ b/chre/sepolicy/vendor_init.te @@ -0,0 +1 @@ +set_prop(vendor_init, vendor_chre_hal_prop) \ No newline at end of file