Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
13 lines
No EOL
381 B
Text
13 lines
No EOL
381 B
Text
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;
|
|
|
|
# Storage
|
|
allow hardware_info_app sysfs_scsi_devices_0000:dir search;
|
|
allow hardware_info_app sysfs_scsi_devices_0000:file r_file_perms; |