Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baaeddfa authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "init.rc: restorecon_recursive /sys/kernel/debug" am: 6d85c06a

am: 07028824

* commit '07028824':
  init.rc: restorecon_recursive /sys/kernel/debug
parents cbc6f68e 07028824
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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