incident: Fix avc errors
avc: denied { use } for comm="incident" dev="dm-47" ino=10911 scontext=u:r:incident:s0 tcontext=u:r:logger_app:s0:c239,c256,c512,c768 tclass=fd avc: denied { append } for dev="dm-7" ino=12639 scontext=u:r:incident:s0 tcontext=u:object_r:media_rw_data_file:s0:c30,c257,c512,c768 tclass=file Bug: 222209243 Change-Id: I9e622e2af1a036eab818cd2b66c07b137fe9cc99
This commit is contained in:
parent
b82a5ab98b
commit
1f72ffdec6
1 changed files with 4 additions and 0 deletions
4
whitechapel_pro/incident.te
Normal file
4
whitechapel_pro/incident.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
userdebug_or_eng(`
|
||||
allow incident logger_app:fd use;
|
||||
allow incident media_rw_data_file:file append;
|
||||
')
|
Loading…
Add table
Add a link
Reference in a new issue