Skip to content
Snippets Groups Projects
Commit 398e60e9 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 70eb1c2e: am d28ceeb0: Merge "shell: allow setting debug_prop and powerctl_prop"

* commit '70eb1c2e':
  shell: allow setting debug_prop and powerctl_prop
parents dd8d30de 70eb1c2e
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ allow shelldomain dalvikcache_data_file:file { write setattr }; ...@@ -28,6 +28,8 @@ allow shelldomain dalvikcache_data_file:file { write setattr };
unix_socket_connect(shelldomain, property, init) unix_socket_connect(shelldomain, property, init)
allow shelldomain shell_prop:property_service set; allow shelldomain shell_prop:property_service set;
allow shelldomain ctl_dumpstate_prop:property_service set; allow shelldomain ctl_dumpstate_prop:property_service set;
allow shelldomain debug_prop:property_service set;
allow shelldomain powerctl_prop:property_service set;
# ndk-gdb invokes adb shell ps to find the app PID. # ndk-gdb invokes adb shell ps to find the app PID.
r_dir_file(shelldomain, non_system_app_set) r_dir_file(shelldomain, non_system_app_set)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment