sm6375-common: sepolicy: Allow hvdcp to write to /dev/kmsg

[   11.115803] type=1400 audit(1654349199.951:104): avc: denied { write } for comm=hvdcp_opti name=kmsg dev=tmpfs ino=11054 scontext=u:r:vendor_hvdcp:s0 tcontext=u:object_r:kmsg_device:s0 tclass=chr_file permissive=0

Change-Id: I28ad2076bda1f336539fc850756c725394f403bf
This commit is contained in:
UtsavBalar1231
2022-06-04 20:44:42 +07:00
committed by boedhack99
parent 3c8fb773cb
commit 8618b9b7e9

1
sepolicy/vendor/vendor_hvdcp.te vendored Normal file
View File

@@ -0,0 +1 @@
allow vendor_hvdcp kmsg_device:chr_file rw_file_perms;