From fad493bff9d454dacbb72249ea55f3fbdf6fdc28 Mon Sep 17 00:00:00 2001
From: Tri Vo <trong@google.com>
Date: Wed, 7 Feb 2018 09:45:39 -0800
Subject: [PATCH] Add internal types to 27.0[.ignore].cil.

Bug: 69390067
Test: manual run of treble_sepolicy_tests
Change-Id: I1b772a3f7c96875765c75bfc1031f249411c3338
Merged-In: I1b772a3f7c96875765c75bfc1031f249411c3338
(cherry picked from commit 9fbd65200d5da704e8eff1fdd5a4e7ab46eb3a45)
---
 private/compat/27.0/27.0.cil        | 1 +
 private/compat/27.0/27.0.ignore.cil | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/private/compat/27.0/27.0.cil b/private/compat/27.0/27.0.cil
index 0f86e25f3..c1f5e9410 100644
--- a/private/compat/27.0/27.0.cil
+++ b/private/compat/27.0/27.0.cil
@@ -3,6 +3,7 @@
 (type reboot_data_file)
 (type rild)
 (type webview_zygote_socket)
+(type vold_socket)
 
 (expandtypeattribute (accessibility_service_27_0) true)
 (expandtypeattribute (account_service_27_0) true)
diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil
index 5428d8323..efc0166fa 100644
--- a/private/compat/27.0/27.0.ignore.cil
+++ b/private/compat/27.0/27.0.ignore.cil
@@ -35,12 +35,14 @@
     exported_system_prop
     exported_system_radio_prop
     exported_vold_prop
+    fingerprint_vendor_data_file
     fs_bpf
     hal_authsecret_hwservice
     hal_confirmationui_hwservice
     hal_lowpan_hwservice
     hal_secure_element_hwservice
     hal_usb_gadget_hwservice
+    hal_wifi_hostapd_hwservice
     incident_helper
     incident_helper_exec
     last_boot_reason_prop
-- 
GitLab