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

linux: attempt to make rootfs private too #1520

Merged
merged 4 commits into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. linux: fix error message

    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f23aaa1 View commit details
    Browse the repository at this point in the history
  2. container: fix comment

    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    109f1e9 View commit details
    Browse the repository at this point in the history
  3. linux: attempt to make rootfs private too

    commit 6682432 introduced the
    regression.  After that change, crun does not attempt anymore to make
    the rootfs directory private but starts from its parent directory,
    causing pivot_root to fail when the rootfs itself is a mountpoint.
    
    Closes: containers#1514
    
    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c6ecb3b View commit details
    Browse the repository at this point in the history
  4. NEWS: tag 1.16.1

    Signed-off-by: Giuseppe Scrivano <[email protected]>
    giuseppe committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    afa829c View commit details
    Browse the repository at this point in the history