sepolicy: cleanup tel_mon_prop as its no more used

am: 484b83c96c

Change-Id: I7c2c81b558c7de80ec10715c819214157522a6b5
This commit is contained in:
Jayachandran C
2018-05-23 15:12:03 -07:00
committed by android-build-merger
4 changed files with 0 additions and 7 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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

View File

@@ -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)