Merge "Allow recovery to read /proc/cmdline"
am: c9599b34d8
Change-Id: I403a945bcd0c8cb4892b11d1a817511f77e459e0
This commit is contained in:
commit
820f59a73c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
')
|
||||
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue