Merge "Radio: allow to read kernel command line."

This commit is contained in:
Treehugger Robot 2019-02-13 08:15:33 +00:00 committed by Gerrit Code Review
commit d41721bc41

View File

@ -39,3 +39,6 @@ allow radio timedetector_service:service_manager find;
# Perform HwBinder IPC.
hwbinder_use(radio)
hal_client_domain(radio, hal_telephony)
# Used by TelephonyManager
allow radio proc_cmdline:file r_file_perms;