diff options
| author | Siluxsept <ronny.horn.rh@gmail.com> | 2025-08-10 10:44:45 +0200 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2025-08-10 10:44:45 +0200 |
| commit | 1f5dd807eba47a25b4a75d655c116c79fb6d0f5f (patch) | |
| tree | 9e5b90005f8702dab94c54dc5d38d4aae0287d10 | |
| parent | 4458b4e0d12b5a3ff8de93ebfe480ba08defea0d (diff) | |
redbull: sepolicy: add missing file type / drop duplicate property contexts
Change-Id: I7e576b735f02e5d498fb2b5bb3f790ded5c990bb
| -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; |
