mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
6bb52d5a0c
WiFi, Audio & Bluetooth now work 100%!!!!
14 lines
387 B
Text
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;
|