sepolicy: fix dump_power policy
09-03 10:57:32.552 11878 11878 W dump_power: type=1400 audit(0.0:23): avc: denied { read } for name="thismeal.txt" dev="dm-51" ino=14368 scontext=u:r:hal_dumpstate_default:s0 tcontext=u:object_r:mitigation_vendor_data_file:s0 tclass=file permissive=0 09-05 00:01:19.432 6967 6967 W dump_power: type=1400 audit(0.0:25): avc: denied { open } for path="/data/vendor/mitigation/thismeal.txt" dev="dm-52" ino=14368 scontext=u:r:hal_dumpstate_default:s0 tcontext=u:object_r:mitigation_vendor_data_file:s0 tclass=file permissive=0 09-05 00:11:25.532 6913 6913 W dump_power: type=1400 audit(0.0:25): avc: denied { getattr } for path="/data/vendor/mitigation/thismeal.txt" dev="dm-52" ino=14368 scontext=u:r:hal_dumpstate_default:s0 tcontext=u:object_r:mitigation_vendor_data_file:s0 tclass=file permissive=0 Flag: EXEMPT refactor Bug: 364612419 Change-Id: Ide2ad35e3f2a5bc3246603a4e66b67ec901ddc64 Signed-off-by: samou <samou@google.com>
This commit is contained in:
parent
52f7c66ea0
commit
202f18ed18
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ allow hal_dumpstate_default sysfs_cpu:file { read open getattr };
|
|||
allow hal_dumpstate_default sysfs_batteryinfo:dir { read open search };
|
||||
allow hal_dumpstate_default sysfs_batteryinfo:file { read open getattr };
|
||||
allow hal_dumpstate_default logbuffer_device:chr_file { read open getattr };
|
||||
allow hal_dumpstate_default mitigation_vendor_data_file:file { read open getattr };
|
||||
allow hal_dumpstate_default mitigation_vendor_data_file:dir { search };
|
||||
allow hal_dumpstate_default sysfs_bcl:dir { read open search };
|
||||
allow hal_dumpstate_default sysfs_bcl:file { read open getattr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue