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

Commit 4bf3c13d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Explain why snapuserd is a static binary."

parents f7da22df 17572ca9
Loading
Loading
Loading
Loading
+14 −7
Original line number Diff line number Diff line
@@ -95,7 +95,14 @@ cc_binary {
    init_rc: [
        "snapuserd.rc",
    ],

    // snapuserd is started during early boot by first-stage init. At that
    // point, /system is mounted using the "dm-user" device-mapper kernel
    // module. dm-user routes all I/O to userspace to be handled by
    // snapuserd, which would lead to deadlock if we had to handle page
    // faults for its code pages.
    static_executable: true,

    system_shared_libs: [],
    ramdisk_available: true,
    vendor_ramdisk_available: true,