Merge "sepolicy: Added allow rule for uevent to open/read/getattr on persist_file and wifi_data_file"

This commit is contained in:
Linux Build Service Account
2014-08-27 12:52:34 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -1,3 +1,11 @@
#Allow firmware_file access to load Non-HLOS images
allow ueventd firmware_file:dir search;
allow ueventd firmware_file:file { read getattr open };
#Allow persist_file access to wcnss bin
allow ueventd persist_file:dir search;
allow ueventd persist_file:file { read getattr open };
#for wifi to access wifi_data_file
allow ueventd wifi_data_file:dir search;
allow ueventd wifi_data_file:file { read getattr open };