From 3632bb29f0a3583677d0b3ea7077be332874e75a Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Mon, 15 Jul 2013 14:25:27 -0700
Subject: [PATCH] Remove /sys from file_contexts

/sys was getting labeled as a rootfs file, but according to
genfs_contexts, it's really a sysfs file. This conflict is causing
problems when patch f29c533c49ab1c90eae612b1c454f2c6879a6658 from
system/core is applied.

Change-Id: I3f34c9ee68bedb171ebebfcd356e924c987b58ff
---
 file_contexts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/file_contexts b/file_contexts
index 00ca3b1b5..2161e8ebd 100644
--- a/file_contexts
+++ b/file_contexts
@@ -18,7 +18,6 @@
 # Empty directories
 /lost\+found		u:object_r:rootfs:s0
 /proc			u:object_r:rootfs:s0
-/sys			u:object_r:rootfs:s0
 
 # SELinux policy files
 /file_contexts		u:object_r:rootfs:s0
-- 
GitLab