From d2522cb396398ab0a6a385e9bebc9c7c2395a3f9 Mon Sep 17 00:00:00 2001
From: Tom Cherry <tomcherry@google.com>
Date: Wed, 18 Mar 2015 13:11:11 -0700
Subject: [PATCH] add /odm to file_contexts

/odm has the same permissions as /system/... for devices with a
separate odm partition

Bug: 19609718
Change-Id: I6dd83d43c5fd8682248e79d11b0ca676030eadf0
---
 file_contexts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/file_contexts b/file_contexts
index 27d5842d8..849cce0d7 100644
--- a/file_contexts
+++ b/file_contexts
@@ -177,6 +177,12 @@
 #
 /vendor(/.*)?		u:object_r:system_file:s0
 /vendor/bin/gpsd	u:object_r:gpsd_exec:s0
+
+#############################
+# ODM files
+#
+/odm(/.*)?		u:object_r:system_file:s0
+
 #############################
 # Data files
 #
-- 
GitLab