diff options
| -rw-r--r-- | sepolicy/system_ext/private/property_contexts | 5 | ||||
| -rw-r--r-- | sepolicy/vendor/google/file.te | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/sepolicy/system_ext/private/property_contexts b/sepolicy/system_ext/private/property_contexts deleted file mode 100644 index abcdd419..00000000 --- a/sepolicy/system_ext/private/property_contexts +++ /dev/null @@ -1,5 +0,0 @@ -# Boot animation dynamic colors -persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int -persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int -persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int -persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int diff --git a/sepolicy/vendor/google/file.te b/sepolicy/vendor/google/file.te index 53a5f889..8d4a84d6 100644 --- a/sepolicy/vendor/google/file.te +++ b/sepolicy/vendor/google/file.te @@ -2,6 +2,7 @@ type persist_battery_file, file_type, vendor_persist_type; type persist_haptics_file, file_type, vendor_persist_type; type modem_stat_data_file, file_type, data_file_type; type modem_dump_file, file_type, data_file_type; +type radio_vendor_data_file, file_type, data_file_type, mlstrustedobject; type tcpdump_vendor_data_file, file_type, data_file_type, mlstrustedobject; type ramoops_vendor_data_file, file_type, data_file_type, mlstrustedobject; type proc_touch, proc_type, fs_type, mlstrustedobject; |
