Skip to content

Copy environment variables #2

@noseratio

Description

@noseratio

The admin console launched by wsudo doesn't inherit any non-default environment variables which might have been set in the calling process. I plan to clone the whole set of env vars and make it available to the admin console and its child processes. It might be a bit complicated because the command line size for cmd.exe is limited to 8K. I need to use some form of IPC other than the base64-encoded json passed as command line arg I use. Something like a memory mapped file, perhaps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions