Skip to content

Mounting regular files without passing them as untrusted args #35

@rampage644

Description

@rampage644

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions