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
This commit is contained in:
parent
ceff21b7a3
commit
3632bb29f0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue