You're viewing a single thread.
Actually no, wine is pretty handy within wsl on windows to restrict windows apps to certain folders on your system
2 0 ReplyWouldn't it be easier to run the program as an user with restricted access...?
6 0 ReplyNot if you want to just pop it up with a single command line and close it as quickly
1 0 ReplyYou could just write a small script for that? There must be something like su
2 0 ReplySu isn't on windows, and does the exact opposite to restricting filesystem access to a specific subset
2 0 Replysu allows you to swap to another user in shell, not just make yourself root.
'runas' looks like it'd do just the job
3 0 Replyrunas 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?
2 0 Replyrunas 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.
2 0 Reply
You had me right up till the end.....nice work.
1 0 Reply