Modified versions of files in /sys/src/9/port
Files for a kernel where /proc/pid/ns is writable by process owner and performs namespace modifications. Supports bind, mount without authentication, and unmount via standard namespace commands.
echo -n 'bind -bc /tmp /lib' >/proc/targetpid/ns
Not adequately tested for production systems.
|