Zenfone6: Add Sepolicy support
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b20784b..768ae32 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -134,3 +134,8 @@
 TARGET_USERIMAGES_USE_EXT4 := true
 TARGET_USERIMAGES_USE_F2FS := true
 TARGET_USES_MKE2FS := true
+
+# Sepolicy
+include vendor/omni/sepolicy/sepolicy.mk
+BOARD_PLAT_PRIVATE_SEPOLICY_DIR += device/qcom/sepolicy/private
+BOARD_PLAT_PUBLIC_SEPOLICY_DIR += device/qcom/sepolicy/public
diff --git a/omni.dependencies b/omni.dependencies
index 0474d53..974e53b 100644
--- a/omni.dependencies
+++ b/omni.dependencies
@@ -1,5 +1,11 @@
 [
   {
+    "remote": "omnirom",
+    "repository": "android_device_qcom_caf-sepolicy",
+    "target_path": "device/qcom/sepolicy",
+    "revision": "android-9.0"
+  },
+  {
     "remote": "github",
     "repository": "android_kernel_asus_zenfone6",
     "target_path": "kernel/asus/zenfon6",