Files
device_google_wahoo/sepolicy/kernel.te
Ahmed ElArabawy e9e903f222 Revert "power hal: Add power HAL API 1.1 impl for Wahoo"
This reverts commit c043816b3c.
The reason of the revert is to check for the application start time
regression that may have been caused by the CL

Bug: 38317397
Test: None

Change-Id: I7edaf75eeebcecb848b38a9b7eff2bdb1f233cdb
Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2017-05-17 15:21:36 -07:00

8 lines
180 B
Plaintext

# for diag over socket
userdebug_or_eng(`
allow kernel self:socket create;
')
allow kernel vendor_firmware_file:dir search;
allow kernel vendor_firmware_file:file r_file_perms;