blob: 98448de75ab17b744c83e10c301ab2946c53596c [file] [log] [blame]
# appdomain is domain for all zygote spawned apps,
# they need access to gpu_device, /dev/dri/*, to
# render the standard UI.
allow appdomain device:dir { open read };
# Also need access to /sys/devices/platform/soc/*.mdss/
allow { appdomain -isolated_app } sysfs_mdss:file { getattr open read };
allow { appdomain -isolated_app } sysfs_mdss:dir search;