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

Commit 93c7c970 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Let init create /dev/boringssl/selftest/"

am: c3847f59

Change-Id: I0eb2b4e57a7d5ba7e9bdcb7e3720d13d01c71a9e
parents 4ae2efca c3847f59
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -127,6 +127,10 @@ on init
    mkdir /mnt/expand 0771 system system
    mkdir /mnt/appfuse 0711 root root

    # tmpfs place for BORINGSSL_self_test() to remember whether it has run
    mkdir /dev/boringssl 0755 root root
    mkdir /dev/boringssl/selftest 0755 root root

    # Storage views to support runtime permissions
    mkdir /mnt/runtime 0700 root root
    mkdir /mnt/runtime/default 0755 root root