summaryrefslogtreecommitdiffstats
path: root/common/dhcp.te
diff options
context:
space:
mode:
authorBoxiang Pan <bopan@codeaurora.org>2014-11-07 18:00:42 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-14 12:07:24 -0800
commita2253d2888c2a96f7495cd36bcdb7f4282415b9e (patch)
tree339e31dcf641d5f0eb4fa024e9eb9f6502a1a7e6 /common/dhcp.te
parent09a2f199d82ec120cf39873e572f6bfc05960876 (diff)
downloadandroid_device_qcom_sepolicy-a2253d2888c2a96f7495cd36bcdb7f4282415b9e.tar.gz
android_device_qcom_sepolicy-a2253d2888c2a96f7495cd36bcdb7f4282415b9e.tar.bz2
android_device_qcom_sepolicy-a2253d2888c2a96f7495cd36bcdb7f4282415b9e.zip
sepolicy: add rule for dhcp
add rule for dhcp to connect to cnd socket. Change-Id: Ib5572269fd692e01ee5d6521b1c9c6bf72b52cc0
Diffstat (limited to 'common/dhcp.te')
-rw-r--r--common/dhcp.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/dhcp.te b/common/dhcp.te
new file mode 100644
index 00000000..8a16a0c1
--- /dev/null
+++ b/common/dhcp.te
@@ -0,0 +1 @@
+unix_socket_connect(dhcp, cnd, cnd)