Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited support for pkg/unshare on FreeBSD #1240

Merged
merged 1 commit into from
May 13, 2022

Commits on May 13, 2022

  1. Limited support for pkg/unshare on FreeBSD

    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>
    dfr committed May 13, 2022
    Configuration menu
    Copy the full SHA
    b193f00 View commit details
    Browse the repository at this point in the history