mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 10:28:38 +00:00
review pixelstats_vendor
Bug: 202462997 Test: boot with pixelstats_vendor started Change-Id: I1cd14413ea05362f3760e61b2d0d7b1db164a31c
This commit is contained in:
@@ -133,9 +133,6 @@
|
||||
# GRIL
|
||||
/vendor/bin/hw/vendor\.google\.radioext@1\.0-service u:object_r:hal_radioext_default_exec:s0
|
||||
|
||||
# pixelstats binary
|
||||
/vendor/bin/pixelstats-vendor u:object_r:pixelstats_vendor_exec:s0
|
||||
|
||||
# Vendor_kernel_modules
|
||||
/vendor_dlkm/lib/modules/.*\.ko u:object_r:vendor_kernel_modules:s0
|
||||
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
# pixelstats vendor
|
||||
type pixelstats_vendor, domain;
|
||||
|
||||
type pixelstats_vendor_exec, exec_type, vendor_file_type, file_type;
|
||||
init_daemon_domain(pixelstats_vendor)
|
||||
|
||||
unix_socket_connect(pixelstats_vendor, chre, chre)
|
||||
|
||||
get_prop(pixelstats_vendor, hwservicemanager_prop)
|
||||
hwbinder_use(pixelstats_vendor)
|
||||
|
||||
binder_call(pixelstats_vendor, stats_service_server)
|
||||
binder_use(pixelstats_vendor);
|
||||
allow pixelstats_vendor fwk_stats_service:service_manager find;
|
||||
|
||||
allow pixelstats_vendor sysfs_scsi_devices_0000:file rw_file_perms;
|
||||
allow pixelstats_vendor sysfs_pixelstats:file r_file_perms;
|
||||
Reference in New Issue
Block a user