aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/dhcp.te
blob: 758715cd33e0517f4afc281e1f4e3f2463155807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ==============================================
# MTK Policy Rule
# ============

# Date :WK14.34
# Operation : Migration
# Purpose: for connecting Wifi
allow dhcp devpts:chr_file { read write ioctl };



# Date :WK14.41
# Operation : [Auto Sanity][L.AOSP.EARLY.DEV.BSP][k2v1]
# Purpose: ALPS01757300 
#============= dhcp ==============
allow dhcp kernel:system module_request;


# Date :WK14.44
# Operation : [Rose][82L TK][FTester]
# Purpose: ALPS01798575 
#============= netd ==============
allow dhcp platform_app:fd use;
allow dhcp platform_app_tmpfs:file write;

#============= dhcp ==============
allow dhcp init:fifo_file { read write };
allow dhcp init:unix_stream_socket { read write };