Need to implement ExecTask and ExecTaskStreaming so that the exec2 driver is capable of running script checks and for supporting the alloc exec command.
For the most part this just means executing the given command under nsenter with the correct net/pid/ipc/mount namespaces, and then plumbing the result.
Need to implement
ExecTaskandExecTaskStreamingso that theexec2driver is capable of running script checks and for supporting thealloc execcommand.For the most part this just means executing the given command under
nsenterwith the correct net/pid/ipc/mount namespaces, and then plumbing the result.