logger_app: don't audit default_prop and fix errors
avc: denied { read } for comm="oid.pixellogger" name="u:object_r:default_prop:s0" dev="tmpfs" ino=153 scontext=u:r:logger_app:s0:c8,c257,c512,c768 tcontext=u:object_r:default_prop:s0 tclass=file permissive=0 app=com.android.pixellogger avc: denied { search } for name="ssrdump" dev="dm-44" ino=377 scontext=u:r:logger_app:s0:c8,c257,c512,c768 tcontext=u:object_r:sscoredump_vendor_data_crashinfo_file:s0 tclass=dir permissive=0 app=com.android.pixellogger avc: denied { search } for name="coredump" dev="dm-44" ino=378 scontext=u:r:logger_app:s0:c8,c257,c512,c768 tcontext=u:object_r:sscoredump_vendor_data_coredump_file:s0 tclass=dir permissive=0 app=com.android.pixellogger Bug: 264489961 Bug: 269383459 Test: Make sure no avc denied for logger_app when using Pixel Logger Change-Id: I8999372d243286586eb53602e167fa111d39a00f
This commit is contained in:
parent
3432cc6b0b
commit
ef1d13d86d
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# b/264489961
|
||||
# b/269383459
|
||||
userdebug_or_eng(`
|
||||
permissive logger_app;
|
||||
dontaudit logger_app default_prop:file { read };
|
||||
')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue