diff --git a/sepolicy/vendor/hal_bluetooth_default.te b/sepolicy/vendor/hal_bluetooth_default.te index fa6ba605..d66f3764 100644 --- a/sepolicy/vendor/hal_bluetooth_default.te +++ b/sepolicy/vendor/hal_bluetooth_default.te @@ -15,7 +15,7 @@ userdebug_or_eng(` allow hal_bluetooth_default sysfs_timestamp_switch:file r_file_perms; r_dir_file(hal_bluetooth_default, debugfs_ipc) r_dir_file(hal_bluetooth_default, sysfs_diag) - set_prop(hal_bluetooth_default, ssr_prop) + set_prop(hal_bluetooth_default, vendor_ssr_prop) ') dontaudit hal_bluetooth_default diag_device:chr_file rw_file_perms; diff --git a/sepolicy/vendor/property.te b/sepolicy/vendor/property.te index eeb2b6d9..0bfd2ee7 100644 --- a/sepolicy/vendor/property.te +++ b/sepolicy/vendor/property.te @@ -7,7 +7,7 @@ type vendor_ramdump_prop, property_type; type post_boot_prop, property_type; type public_vendor_default_prop, property_type; type public_vendor_system_prop, property_type; -type ssr_prop, property_type; +type vendor_ssr_prop, property_type; type cnss_diag_prop, property_type; type tee_listener_prop, property_type; type wc_prop, property_type; diff --git a/sepolicy/vendor/property_contexts b/sepolicy/vendor/property_contexts index 121dd960..15c0dde8 100644 --- a/sepolicy/vendor/property_contexts +++ b/sepolicy/vendor/property_contexts @@ -12,7 +12,7 @@ radio. u:object_r:vendor_radio_prop:s0 rcs.publish.status u:object_r:vendor_radio_prop:s0 vendor.debug.ramdump. u:object_r:vendor_ramdump_prop:s0 persist.vendor.sys.crash_rcu u:object_r:vendor_ramdump_prop:s0 -debug.ssrdump u:object_r:ssr_prop:s0 +vendor.debug.ssrdump u:object_r:vendor_ssr_prop:s0 persist.sys.cnss. u:object_r:cnss_diag_prop:s0 sys.listeners.registered u:object_r:tee_listener_prop:s0 wc_transport. u:object_r:wc_prop:s0 diff --git a/sepolicy/vendor/ramdump_app.te b/sepolicy/vendor/ramdump_app.te index c3edcd55..ed9bf33b 100644 --- a/sepolicy/vendor/ramdump_app.te +++ b/sepolicy/vendor/ramdump_app.te @@ -10,5 +10,5 @@ userdebug_or_eng(` allow ramdump_app ramdump_vendor_data_file:dir create_dir_perms; set_prop(ramdump_app, vendor_ramdump_prop); - get_prop(system_app, ssr_prop) + get_prop(system_app, vendor_ssr_prop) ') diff --git a/sepolicy/vendor/ssr_detector.te b/sepolicy/vendor/ssr_detector.te index 9144b1ff..a5ffd3b3 100644 --- a/sepolicy/vendor/ssr_detector.te +++ b/sepolicy/vendor/ssr_detector.te @@ -6,7 +6,7 @@ app_domain(ssr_detector_app) userdebug_or_eng(` allow ssr_detector_app ramdump_vendor_data_file:dir r_dir_perms; allow ssr_detector_app ramdump_vendor_data_file:file r_file_perms; - get_prop(ssr_detector_app, ssr_prop) + get_prop(ssr_detector_app, vendor_ssr_prop) get_prop(ssr_detector_app, vendor_wifi_version) ') diff --git a/sepolicy/vendor/subsystem_ramdump.te b/sepolicy/vendor/subsystem_ramdump.te index 60a0a6d7..fada78ec 100644 --- a/sepolicy/vendor/subsystem_ramdump.te +++ b/sepolicy/vendor/subsystem_ramdump.te @@ -13,5 +13,5 @@ userdebug_or_eng(` allow subsystem_ramdump ramdump_vendor_data_file:dir rw_dir_perms; allow subsystem_ramdump ramdump_vendor_data_file:file create_file_perms; - set_prop(subsystem_ramdump, ssr_prop); + set_prop(subsystem_ramdump, vendor_ssr_prop); ') diff --git a/sepolicy/vendor/wcnss_filter.te b/sepolicy/vendor/wcnss_filter.te index 910fb0ea..98dfb00a 100644 --- a/sepolicy/vendor/wcnss_filter.te +++ b/sepolicy/vendor/wcnss_filter.te @@ -15,7 +15,7 @@ userdebug_or_eng(` allow wcnss_filter sysfs_timestamp_switch:file r_file_perms; r_dir_file(wcnss_filter, debugfs_ipc) r_dir_file(wcnss_filter, sysfs_diag) - set_prop(wcnss_filter, ssr_prop) + set_prop(wcnss_filter, vendor_ssr_prop) ') #allow wakelock