Limited support for pkg/unshare on FreeBSD#1240
Conversation
|
|
I will remove it - as you can see its not implemented here and I'm not sure if there is a direct equivalent |
|
The FreeBSD implementation could probably stand to drop the Go ahead and move |
|
I've updated the branch with the suggested changes, please take a look. |
This does not really 'unshare' anything but does implement the setsid, setpgrp and ctty options as well as the pipe-based signalling protocol with the parent process which made it slightly easier to port buildah's chroot isolation mechanism. Signed-off-by: Doug Rabson <dfr@rabson.org>
|
LGTM |
This does not really 'unshare' anything but does implement the setsid,
setpgrp and ctty options as well as the pipe-based signalling protocol
with the parent process which made it slightly easier to port buildah's
chroot isolation mechanism.
Signed-off-by: Doug Rabson dfr@rabson.org