1# ==============================================
2# MTK Policy Rule
3# ============
4
5
6# Data : 2015/01/14
7# Operation : MT6735 SQC bug fix
8# Purpose : ALPS01905960 - selinux_warning: audit(1420845354.752:91): avc:  denied  { search }
9#           for  pid=194 comm="lmkd" name="23573" dev="proc"
10#           ino=915740 scontext=u:r:lmkd:s0 tcontext=u:r:zygote:s0 tclass=dir permissive=0
11dontaudit lmkd zygote:dir rw_dir_perms;
12
13# Data : 2015/04/17
14# Operation : tb8163p1 low memory selinux warning
15# Purpose : ALPS02038466 audit(1429079840.646:7): avc:  denied  { use }
16#           for  pid=170 comm="lmkd"
17#           path=2F6465762F6173686D656D2F4469736361726461626C654D656D6F72794173686D656D416C6C6F6361746F72202864656C6574656429
18#           dev="tmpfs" ino=14475 scontext=u:r:lmkd:s0 tcontext=u:r:platform_app:s0 tclass=fd permissive=0
19dontaudit lmkd platform_app:fd use;
20
21# Data : 2018/05/25
22# Operation : Add for duraSpeed socket
23allow lmkd system_server:unix_stream_socket connectto;
24