Merge "Enforce pixel_stats" into udc-d1-dev
This commit is contained in:
commit
15a45ce32f
3 changed files with 2 additions and 7 deletions
|
@ -23,9 +23,6 @@ incidentd apex_art_data_file file b/272628762
|
|||
kernel vendor_fw_file dir b/272166737
|
||||
kernel vendor_fw_file dir b/272166787
|
||||
mtectrl unlabeled dir b/264483752
|
||||
pixelstats_vendor servicemanager binder b/264483357
|
||||
pixelstats_vendor sysfs_pixelstats file b/264483319
|
||||
pixelstats_vendor sysfs_pixelstats file b/264483568
|
||||
platform_app bootanim_system_prop property_service b/264483532
|
||||
servicemanager hal_fingerprint_default binder b/264483753
|
||||
ssr_detector_app system_app_data_file dir b/264483352
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# b/264489783
|
||||
userdebug_or_eng(`
|
||||
permissive pixelstats_vendor;
|
||||
')
|
2
vendor/pixelstats_vendor.te
vendored
2
vendor/pixelstats_vendor.te
vendored
|
@ -19,3 +19,5 @@ allow pixelstats_vendor sysfs_wlc:file rw_file_perms;
|
|||
# PCIe Link Statistics
|
||||
allow pixelstats_vendor sysfs_pcie:dir search;
|
||||
allow pixelstats_vendor sysfs_pcie:file rw_file_perms;
|
||||
|
||||
allow pixelstats_vendor sysfs_pixelstats:file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue