mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 15:09:54 +00:00
sepolicy: cleanup tel_mon_prop as its no more used
Test: Verified connectivity monitor app works without denial Bug: 79255514 Change-Id: Id8ebac2f3453a8fc175a91d60caad173734aa6cd
This commit is contained in:
committed by
Jayachandran Chinnakkannu
parent
83fc9c1995
commit
484b83c96c
1
sepolicy/vendor/property.te
vendored
1
sepolicy/vendor/property.te
vendored
@@ -13,7 +13,6 @@ type tee_listener_prop, property_type;
|
||||
type wc_prop, property_type;
|
||||
type thermal_prop, property_type;
|
||||
type modem_diag_prop, property_type;
|
||||
type tel_mon_prop, property_type;
|
||||
type sys_time_prop, property_type;
|
||||
type atfwd_start_prop, property_type;
|
||||
type bluetooth_log_prop, property_type;
|
||||
|
||||
1
sepolicy/vendor/radio.te
vendored
1
sepolicy/vendor/radio.te
vendored
@@ -1,6 +1,5 @@
|
||||
get_prop(radio, ims_prop)
|
||||
typeattribute radio system_writes_vendor_properties_violators;
|
||||
userdebug_or_eng(`set_prop(radio, tel_mon_prop)')
|
||||
|
||||
allow radio qmuxd_socket:dir search;
|
||||
allow radio qmuxd_socket:sock_file write;
|
||||
|
||||
1
sepolicy/vendor/rild.te
vendored
1
sepolicy/vendor/rild.te
vendored
@@ -28,7 +28,6 @@ dontaudit rild diag_device:chr_file rw_file_perms;
|
||||
allow rild radio_vendor_data_file:dir rw_dir_perms;
|
||||
allow rild radio_vendor_data_file:file create_file_perms;
|
||||
|
||||
get_prop(rild, tel_mon_prop)
|
||||
get_prop(rild, vendor_radio_prop)
|
||||
|
||||
# Allow vendor native process to read the proc file of xt_qtaguid
|
||||
|
||||
4
sepolicy/vendor/system_app.te
vendored
4
sepolicy/vendor/system_app.te
vendored
@@ -1,7 +1,3 @@
|
||||
# Needed by Settings app's TelephonyMonitorPreferenceController, available only on a subset of
|
||||
# userdebug and eng devices
|
||||
userdebug_or_eng(`set_prop(system_app, tel_mon_prop)')
|
||||
|
||||
# Needed by Settings app's CameraHalHdrplusPreferenceController
|
||||
typeattribute system_app system_writes_vendor_properties_violators;
|
||||
set_prop(system_app, camera_prop)
|
||||
|
||||
Reference in New Issue
Block a user