turnipjs@lemmy.ml to linuxmemes@lemmy.world · 3 months agoHave you tried NixOS?lemmy.mlimagemessage-square44fedilinkarrow-up194arrow-down14
arrow-up190arrow-down1imageHave you tried NixOS?lemmy.mlturnipjs@lemmy.ml to linuxmemes@lemmy.world · 3 months agomessage-square44fedilink
minus-squareVilian@lemmy.calinkfedilinkarrow-up0·3 months agoI 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
minus-squareivn@jlai.lulinkfedilinkarrow-up1·3 months agoBut it’s not run in a sandbox. I’m not sure where you get this from.
minus-squareLaser@feddit.orglinkfedilinkarrow-up1·3 months agoThis is not how NixOS works. Programs directly link against libraries in the store. There is no sandbox by default when running the binaries.
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
But it’s not run in a sandbox. I’m not sure where you get this from.
This is not how NixOS works. Programs directly link against libraries in the store. There is no sandbox by default when running the binaries.