• @[email protected]
      link
      fedilink
      29 months ago

      I don’t understand, if you run a program inside the sandbox and the program ask for a library, the kernel need to map the library from inside the sandbox to the program, that overhead that I’m talking about

      • @[email protected]
        link
        fedilink
        229 months ago

        This is not how NixOS works. Programs directly link against libraries in the store. There is no sandbox by default when running the binaries.