Merge "Allow recovery to read /proc/cmdline"

am: c9599b34d8

Change-Id: I403a945bcd0c8cb4892b11d1a817511f77e459e0
This commit is contained in:
Jeff Vander Stoep 2017-10-04 21:45:51 +00:00 committed by android-build-merger
commit 820f59a73c

View file

@ -134,6 +134,8 @@ recovery_only(`
# This line seems suspect, as it should not really need to
# set scheduling parameters for a kernel domain task.
allow recovery kernel:process setsched;
allow recovery proc_cmdline:file r_file_perms;
')
###