Loading rootdir/init.rc +4 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,10 @@ on post-fs # Make sure /sys/kernel/debug (if present) is labeled properly restorecon_recursive /sys/kernel/debug # On systems with tracefs, tracing is a separate mount, so make sure # it too is correctly labeled restorecon_recursive /sys/kernel/debug/tracing # We chown/chmod /cache again so because mount is run as root + defaults chown system cache /cache chmod 0770 /cache Loading Loading
rootdir/init.rc +4 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,10 @@ on post-fs # Make sure /sys/kernel/debug (if present) is labeled properly restorecon_recursive /sys/kernel/debug # On systems with tracefs, tracing is a separate mount, so make sure # it too is correctly labeled restorecon_recursive /sys/kernel/debug/tracing # We chown/chmod /cache again so because mount is run as root + defaults chown system cache /cache chmod 0770 /cache Loading