superkret@feddit.org to Linuxsucks@lemmy.worldEnglish · 1 month agoWSL goes brrrfeddit.orgimagemessage-square46fedilinkarrow-up1256arrow-down139
arrow-up1217arrow-down1imageWSL goes brrrfeddit.orgsuperkret@feddit.org to Linuxsucks@lemmy.worldEnglish · 1 month agomessage-square46fedilink
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up2·1 month agoSu isn’t on windows, and does the exact opposite to restricting filesystem access to a specific subset
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up2·1 month agorunas can do that, yes. Now how are you planning yo also create that user in the same command line? And to dispose of it automatically when the process ends?
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up2·1 month agorunas can do that, yes. But it won’t make you a virtual file system, or give you a nat firewall. One use case for this is the backblaze backup utility. It’s kinda stupid in that it has an all-or-nothing approach to backups. Putting it in a container restricts it in a much easier and reliable way than running it with a special user account.
Su isn’t on windows, and does the exact opposite to restricting filesystem access to a specific subset
Removed by mod
runas can do that, yes. Now how are you planning yo also create that user in the same command line? And to dispose of it automatically when the process ends?
runas can do that, yes. But it won’t make you a virtual file system, or give you a nat firewall.
One use case for this is the backblaze backup utility. It’s kinda stupid in that it has an all-or-nothing approach to backups.
Putting it in a container restricts it in a much easier and reliable way than running it with a special user account.