Merge "HardwareInfo: Add sepolicy for display" into sc-dev am: 6978eeaea4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/13824666 Change-Id: Ifa6682feee948555974d8776d60accb4cc3b356e
This commit is contained in:
commit
5bb2c8ab79
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ type hardware_info_app, domain;
|
|||
app_domain(hardware_info_app)
|
||||
|
||||
allow hardware_info_app app_api_service:service_manager find;
|
||||
|
||||
# Display
|
||||
allow hardware_info_app sysfs_display:dir search;
|
||||
allow hardware_info_app sysfs_display:file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue