Skip to content
Snippets Groups Projects
Commit aa990a50 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 am: 60237a45

am: b364f07c

Change-Id: I9048315472bb98d4075d0070553e946f55ee72e3
parents ad708e21 b364f07c
Branches
Tags
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