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

cgroup: add command to retrieve cgroup2 fd and rework cgroup2 attach #3205

Merged
merged 2 commits into from
Dec 4, 2019

Commits on Dec 3, 2019

  1. cgroups/devices: do not log error when bpf device feature is not avai…

    …lable
    
    Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
    Christian Brauner committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    6900ebf View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. cgfsng: rework cgroup2 attach

    On pure unified systemd we can use a single file descriptor to interact with
    the cgroup filesystem. Add a method to retrieve it and as a start use it in our
    unified attach codepath.
    
    Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
    Christian Brauner committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    bad788b View commit details
    Browse the repository at this point in the history