Skip to content
Snippets Groups Projects
Commit c9599b34 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allow recovery to read /proc/cmdline"

parents 1e880410 e629b7eb
No related branches found
No related tags found
Loading
...@@ -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.
Finish editing this message first!
Please register or to comment