sdm710-common: sepolicy: allow tee to read persist_file link for qseecomd
* W qseecomd: type=1400 audit(0.0:26131): avc: denied { read } for name="persist" dev="mmcblk0p27" ino=43 scontext=u:r:tee:s0 tcontext=u:object_r:persist_file:s0 tclass=lnk_file permissive=0 Change-Id: If830be30b4f8c64c7d0260c0a009149e3aba8668
This commit is contained in:
parent
60d42efd08
commit
e4c27418ef
1 changed files with 2 additions and 1 deletions
3
sepolicy/vendor/tee.te
vendored
3
sepolicy/vendor/tee.te
vendored
|
@ -1 +1,2 @@
|
|||
allow tee tmpfs:dir r_dir_perms;
|
||||
allow tee tmpfs:dir r_dir_perms;
|
||||
allow tee persist_file:lnk_file read;
|
||||
|
|
Loading…
Reference in a new issue