superkret@feddit.org to Linuxsucks@lemmy.worldEnglish · 4 days agoWSL goes brrrfeddit.orgimagemessage-square50fedilinkarrow-up1255arrow-down139
arrow-up1216arrow-down1imageWSL goes brrrfeddit.orgsuperkret@feddit.org to Linuxsucks@lemmy.worldEnglish · 4 days agomessage-square50fedilink
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up2·4 days agoActually no, wine is pretty handy within wsl on windows to restrict windows apps to certain folders on your system
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·4 days agoWouldn’t it be easier to run the program as an user with restricted access…?
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up1·4 days agoNot if you want to just pop it up with a single command line and close it as quickly
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·4 days agoYou could just write a small script for that? There must be something like su
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up2·3 days agoSu isn’t on windows, and does the exact opposite to restricting filesystem access to a specific subset
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up3·3 days agosu allows you to swap to another user in shell, not just make yourself root. ‘runas’ looks like it’d do just the job
minus-squareBoomkop3@reddthat.comlinkfedilinkEnglisharrow-up2·3 days 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·3 days 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.
minus-squareabsGeekNZ@lemmy.nzlinkfedilinkEnglisharrow-up1·3 days agoYou had me right up till the end…nice work.
Actually no, wine is pretty handy within wsl on windows to restrict windows apps to certain folders on your system
Wouldn’t it be easier to run the program as an user with restricted access…?
Not if you want to just pop it up with a single command line and close it as quickly
You could just write a small script for that? There must be something like su
Su isn’t on windows, and does the exact opposite to restricting filesystem access to a specific subset
su allows you to swap to another user in shell, not just make yourself root.
‘runas’ looks like it’d do just the job
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.
You had me right up till the end…nice work.