Allow recovery to read /proc/cmdline
avc: denied { read } for pid=446 comm="recovery" name="cmdline" dev="proc" scontext=u:r:recovery:s0 tcontext=u:object_r:proc_cmdline:s0 tclass=file Test: build Bug: 66497047 Change-Id: I9f48db88bed0d6ac76fa2808a4913857230a5d4b
This commit is contained in:
parent
2f6e66ff09
commit
e629b7eb2d
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