1# ==============================================
2# MTK Policy Rule
3# ==============================================
4
5# Date : WK14.34
6# Operation : Migration
7# Purpose :  NA
8# Owner: Changqing Sun
9allow netd kernel:system module_request;
10allow netd self:capability sys_module;
11allow netd self:capability fsetid;
12
13# Date : WK14.34
14# Operation : Migration
15# Purpose :   APP
16allow netd platform_app:fd use;
17
18# Date : WK14.37
19# Operation : Migration
20# Purpose :  PPPOE Test
21# Owner : lina wang
22allow netd ppp:process sigkill;
23
24# Date : WK14.44
25# Operation : Migration
26# Purpose : ALPS01789552
27#============= netd ==============
28allow netd self:capability { setuid setgid };
29
30#============= netd ==============
31allow netd untrusted_app:fd use;
32
33# Date : W15.02
34# Operation :  SQC
35# Purpose :  CTS for wifi
36allow netd untrusted_app:unix_stream_socket { read write getopt setopt};
37allow netd isolated_app:fd use;
38