Skip to content
Snippets Groups Projects
Commit e811c49f authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

rild: Remove toolbox_exec perms

Confirmed via audit logs that it is not required.

Change-Id: I01d4b7ec15d4c852a9f28daf0b40ab4bce930125
parent 4367cf2d
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,6 @@ allow rild sdcard_type:dir r_dir_perms; ...@@ -23,9 +23,6 @@ allow rild sdcard_type:dir r_dir_perms;
allow rild system_data_file:dir r_dir_perms; allow rild system_data_file:dir r_dir_perms;
allow rild system_data_file:file r_file_perms; allow rild system_data_file:file r_file_perms;
allow rild system_file:file x_file_perms; allow rild system_file:file x_file_perms;
# XXX Run toolbox. Might not be needed.
allow rild toolbox_exec:file rx_file_perms;
auditallow rild toolbox_exec:file rx_file_perms;
# property service # property service
set_prop(rild, radio_prop) set_prop(rild, radio_prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment