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

namespaces: by default create cgroupns on cgroups v2 #4374

Commits on Nov 5, 2019

  1. namespaces: by default create cgroupns on cgroups v2

    change the default on cgroups v2 and create a new cgroup namespace.
    
    When a cgroup namespace is used, processes inside the namespace are
    only able to see cgroup paths relative to the cgroup namespace root
    and not have full visibility on all the cgroups present on the
    system.
    
    The previous behaviour is maintained on a cgroups v1 host, where a
    cgroup namespace is not created by default.
    
    Closes: containers#4363
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    b8514ca View commit details
    Browse the repository at this point in the history