avc: denied { write } for comm="init" name="swappiness" dev="proc" ino=207356 scontext=u:r:vendor_init:s0 tcontext=u:object_r:proc_dirty:s0 tclass=file permissive=1 Bug: 361093041 Test: local build Change-Id: I595008f957c322aedbdf383c4e50c0e0ce30b9dc Signed-off-by: Randall Huang <huangrandall@google.com>
6 lines
134 B
Text
6 lines
134 B
Text
# vendor_init
|
|
allow vendor_init sg_device:chr_file r_file_perms;
|
|
|
|
# dirty swappiness
|
|
allow vendor_init proc_dirty:file w_file_perms;
|
|
|