You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose a feature to pass files from host filesystem (just as with @somefile) but without passing its untrusted filename as untrusted argument.
For example: zvsh some.nexe @file1 @file2 @file3. Right now zvsh will create three channels (/dev/1.file1, /dev/2.file2, /dev/3.file3) and pass their untrusted paths as command line arguments.
It would be handy to somehow mark files just to mount. Like this: zvsh some.nexe @file1,<flag-for-only-mount>.
I faced with need of this feature already :) What do you think?