flo: Allow zygote to read bluetooth_prop

* It wants to read ro.boot.btmacaddr, so lets allow it to do so.

Change-Id: If0df1d84de41db537790bf0d6504aeca20e0df50
This commit is contained in:
Nolen Johnson 2020-12-30 02:03:29 -05:00 committed by followmsi
parent 5ffafc00da
commit 304415d695
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
dontaudit zygote proc_cmdline:file r_file_perms;
get_prop(zygote, bluetooth_prop);
get_prop(zygote, exported_camera_prop);