diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2023-05-26 17:49:55 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2023-05-26 18:08:57 +0530 |
commit | c0221c641bf2863dd323510e40d1dab1f394bb6f (patch) | |
tree | f2cb25e408f00ea86d7135e8dd02bb1696d14da9 | |
parent | dd8d7b9b757118c1a915948a7d5875d0b82ce672 (diff) |
change selinux permissions for thermal-engine
-rw-r--r-- | sepolicy/vendor/property.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te new file mode 100644 index 0000000..af4f071 --- /dev/null +++ b/sepolicy/vendor/property.te @@ -0,0 +1 @@ +vendor_internal_prop(vendor_thermal_prop); |