Merge "init.rc: restorecon_recursive /sys/kernel/debug"

am: 6d85c06aa1

* commit '6d85c06aa1600e905cf3e0b093e939fa3866ee59':
  init.rc: restorecon_recursive /sys/kernel/debug
This commit is contained in:
Nick Kralevich 2015-12-08 04:48:06 +00:00 committed by android-build-merger
commit 070288241d
1 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,9 @@ on post-fs
# Mount default storage into root namespace
mount none /mnt/runtime/default /storage slave bind rec
# Make sure /sys/kernel/debug (if present) is labeled properly
restorecon_recursive /sys/kernel/debug
# We chown/chmod /cache again so because mount is run as root + defaults
chown system cache /cache
chmod 0770 /cache