allow rild to access diag_device

Change-Id: I458decaa1eeca3e8d8d6e91ed70496f9c167fc00
This commit is contained in:
Hua Liu
2018-02-27 19:21:58 -08:00
committed by Gerrit - the friendly Code Review server
parent 5bf9d9af15
commit 0b66260b89

View File

@@ -21,3 +21,7 @@ allow rild time_daemon:unix_stream_socket connectto;
allow rild radio_vendor_data_file:dir rw_dir_perms;
allow rild radio_vendor_data_file:file create_file_perms;
userdebug_or_eng(`
allow rild diag_device:chr_file rw_file_perms;
')