Merge "Stats: new sepolicy for the AIDL service" into sc-dev

This commit is contained in:
Vova Sharaienko 2021-03-12 03:32:22 +00:00 committed by Android (Google) Code Review
commit 175c2eaa31
2 changed files with 2 additions and 4 deletions

View file

@ -1,4 +0,0 @@
# b/181914749
dontaudit pixelstats_vendor servicemanager:binder { call };
# b/181915066
dontaudit pixelstats_vendor servicemanager:binder { call };

View file

@ -11,5 +11,7 @@ hwbinder_use(pixelstats_vendor)
allow pixelstats_vendor fwk_stats_hwservice:hwservice_manager find;
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;