android_device_asus_flo/sepolicy/zygote.te
Nolen Johnson 304415d695 flo: Allow zygote to read bluetooth_prop
* It wants to read ro.boot.btmacaddr, so lets allow it to do so.

Change-Id: If0df1d84de41db537790bf0d6504aeca20e0df50
2021-01-06 13:18:32 +01:00

5 lines
124 B
Plaintext

dontaudit zygote proc_cmdline:file r_file_perms;
get_prop(zygote, bluetooth_prop);
get_prop(zygote, exported_camera_prop);