Merge "init.rc: restorecon_recursive /sys/kernel/debug" am: 6d85c06aa1
am: 070288241d
* commit '070288241d5c3d1a169e21ba4439a5943ce476d8':
init.rc: restorecon_recursive /sys/kernel/debug
This commit is contained in:
commit
baaeddfa23
|
@ -261,6 +261,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
|
||||
|
|
Loading…
Reference in New Issue