Merge "allow rild to access diag_device"

This commit is contained in:
Linux Build Service Account
2018-03-02 05:42:05 -08:00
committed by Gerrit - the friendly Code Review server

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;
')