android_device_samsung_msm8.../sepolicy/common/ueventd.te
DJABhipHop 6bb52d5a0c msm8226-common: sepolicy: Fix even more errors
WiFi, Audio & Bluetooth now work 100%!!!!
2020-03-13 12:04:11 -04:00

14 lines
387 B
Text

allow ueventd vfat:dir search;
allow ueventd vfat:file { getattr open read };
allow ueventd exfat:dir search;
allow ueventd exfat:file read;
allow ueventd exfat:file open;
allow ueventd exfat:file getattr;
allow ueventd proc:file { read };
allow ueventd unlabeled:dir search;
allow ueventd unlabeled:file read;
allow ueventd unlabeled:file open;
allow ueventd unlabeled:file getattr;