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

runtime-linux: Condition /proc/self/fd symlinks on source existence #736

Merged
merged 1 commit into from
May 10, 2017

Commits on Mar 16, 2017

  1. runtime-linux: Condition /proc/self/fd symlinks on source existence

    Since 279c3c0 (linux: relax filesystem requirements for container,
    2017-01-23, opencontainers#666) it's no longer guaranteed that /proc will exist.
    And there doesn't seem to be much point in requiring symlinks which
    will be known broken.
    
    This commit also tightens the timing.  Before it was just "after the
    container has `/proc` mounted", which could have happened during the
    'delete' operation (if the container authors wanted to be especially
    ornery).  With this commit, I've put the creation in step 2 of the
    lifecycle.  And within step 2, it happens after 'mounts' has been
    processed.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    3aa9eb8 View commit details
    Browse the repository at this point in the history