OSDN Git Service

init.sh: add support for HWC kernel cmdline for all GPUs
[android-x86/device-generic-common.git] / sepolicy / nonplat / 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;