10-01 21:39:00.372 11262 11262 I sh : type=1400 audit(0.0:20): avc: denied { write } for name="driver_test" dev="proc" ino=4026536282 scontext=u:r:predump_touch:s0 tcontext=u:object_r:proc_touch:s0 tclass=file permissive=1 10-01 21:39:00.432 11265 11265 I cat : type=1400 audit(0.0:22): avc: denied { search } for name="spi20.0" dev="sysfs" ino=55787 scontext=u:r:predump_touch:s0 tcontext=u:object_r:sysfs_touch:s0 tclass=dir permissive=1 10-01 21:39:00.444 11262 11262 I sh : type=1400 audit(0.0:25): avc: denied { write } for name="stm_fts_cmd" dev="sysfs" ino=112798 scontext=u:r:predump_touch:s0 tcontext=u:object_r:sysfs_touch:s0 tclass=file permissive=1 Test: b/318578275 Test: Flash on dogfood device and check touch dump logs Bug: 287907308 Flag: EXEMPT bugfix Change-Id: I9dade94f96879a269b5db2ebbe9595ea0e099acc
17 lines
284 B
Text
17 lines
284 B
Text
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
sh_binary {
|
|
name: "dump_stm.sh",
|
|
src: "dump_stm.sh",
|
|
vendor: true,
|
|
sub_dir: "dump",
|
|
}
|
|
|
|
sh_binary {
|
|
name: "predump_stm.sh",
|
|
src: "dump_stm.sh",
|
|
vendor: true,
|
|
sub_dir: "dump_touch",
|
|
}
|