Skip to content
Snippets Groups Projects
Commit 60237a45 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep Committed by android-build-merger
Browse files

Merge "Allow recovery to read /proc/cmdline" am: c9599b34

am: 820f59a7

Change-Id: I9da2b7b2ede1e79e281f6ce6670d32bad1f101da
parents a6b8f4b1 820f59a7
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,8 @@ recovery_only(` ...@@ -134,6 +134,8 @@ recovery_only(`
# This line seems suspect, as it should not really need to # This line seems suspect, as it should not really need to
# set scheduling parameters for a kernel domain task. # set scheduling parameters for a kernel domain task.
allow recovery kernel:process setsched; allow recovery kernel:process setsched;
allow recovery proc_cmdline:file r_file_perms;
') ')
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment