remove pixelstats_vendor
It has different implementation from gs201 Bug: 254378739 Test: build pass Change-Id: I3aa23e902ecbb1004ebf2567c55c8a1ba910212c
This commit is contained in:
parent
aac354caf1
commit
8003246da8
3 changed files with 3 additions and 20 deletions
|
@ -1,18 +0,0 @@
|
|||
binder_use(pixelstats_vendor)
|
||||
|
||||
allow pixelstats_vendor sysfs_scsi_devices_0000:file rw_file_perms;
|
||||
allow pixelstats_vendor sysfs_pixelstats:file r_file_perms;
|
||||
|
||||
# Wireless charge
|
||||
allow pixelstats_vendor sysfs_wlc:dir search;
|
||||
allow pixelstats_vendor sysfs_wlc:file rw_file_perms;
|
||||
# Wireless charge/OrientationCollector
|
||||
get_prop(pixelstats_vendor, hwservicemanager_prop);
|
||||
hwbinder_use(pixelstats_vendor);
|
||||
allow pixelstats_vendor fwk_sensor_hwservice:hwservice_manager find;
|
||||
|
||||
# Batery history
|
||||
allow pixelstats_vendor battery_history_device:chr_file r_file_perms;
|
||||
|
||||
# storage smart idle maintenance
|
||||
get_prop(pixelstats_vendor, smart_idle_maint_enabled_prop);
|
|
@ -3,5 +3,3 @@ binder_call(system_server, hal_camera_default);
|
|||
# Allow system server to send sensor data callbacks to GPS
|
||||
binder_call(system_server, gpsd);
|
||||
|
||||
# pixelstats_vendor/OrientationCollector
|
||||
binder_call(system_server, pixelstats_vendor);
|
||||
|
|
3
tracking_denials/permissive.te
Normal file
3
tracking_denials/permissive.te
Normal file
|
@ -0,0 +1,3 @@
|
|||
userdebug_or_eng(`
|
||||
permissive pixelstats_vendor;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue