aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/dhcp.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/dhcp.te')
-rw-r--r--sepolicy/dhcp.te28
1 files changed, 28 insertions, 0 deletions
diff --git a/sepolicy/dhcp.te b/sepolicy/dhcp.te
new file mode 100644
index 0000000..758715c
--- /dev/null
+++ b/sepolicy/dhcp.te
@@ -0,0 +1,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 }; \ No newline at end of file