OSDN Git Service

Add basic sepolicy
[android-x86/device-generic-common.git] / sepolicy / zygote.te
1 # TODO (b/63631799) fix this access
2 # Suppress denials to storage. Webview zygote should not be accessing.
3 dontaudit webview_zygote mnt_expand_file:dir getattr;
4 allow zygote self:process execmem;
5 allow zygote self:capability sys_nice;