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

attach: fix attach when cuid is too long #1704

Merged

Commits on Oct 30, 2018

  1. attach: fix attach when cuid is too long

    conmon creates a symlink to avoid using a too long UNIX path.
    
    Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1641800
    
    There is still one issue when the path length of the symlink has the
    same length of the attach socket parent directory since conmon fails
    to create the symlink, but that must be addressed in conmon first.
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    f77d846 View commit details
    Browse the repository at this point in the history
  2. runtime: do not allow runroot longer than 50 characters

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    c65b359 View commit details
    Browse the repository at this point in the history