From 8e4412d5e18e87c69f5329abc49e92ca5cf3e0bd Mon Sep 17 00:00:00 2001
From: Adam Vartanian <flooey@google.com>
Date: Thu, 6 Dec 2018 13:39:51 +0000
Subject: [PATCH] Add SELinux policy for Conscrypt APEX

Bug: 110404540
Test: cts -m CtsLibcoreTestCases -t com.android.org.conscrypt
Change-Id: Id89fc0f5e39515093f1d9d8a4fd075d717b50cf8
---
 apex/com.android.conscrypt-file_contexts | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 apex/com.android.conscrypt-file_contexts

diff --git a/apex/com.android.conscrypt-file_contexts b/apex/com.android.conscrypt-file_contexts
new file mode 100644
index 000000000..ffc31092d
--- /dev/null
+++ b/apex/com.android.conscrypt-file_contexts
@@ -0,0 +1,5 @@
+#############################
+# System files
+#
+(/.*)?                   u:object_r:system_file:s0
+/lib(64)?(/.*)?          u:object_r:system_lib_file:s0
-- 
GitLab