Skip to content
Snippets Groups Projects
Commit 66109bdb authored by Salvador Martinez's avatar Salvador Martinez Committed by Android (Google) Code Review
Browse files

Merge "Give system_server access to last reboot reason" into oc-dev

parents c28be992 f306d373
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@ allow system_server resourcecache_data_file:dir r_dir_perms;
# ptrace to processes in the same domain for debugging crashes.
allow system_server self:process ptrace;
# Read and delete last_reboot_reason file
allow system_server reboot_data_file:file { rename r_file_perms unlink };
allow system_server reboot_data_file:dir { write search open remove_name };
# Child of the zygote.
allow system_server zygote:fd use;
allow system_server zygote:process sigchld;
......
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