Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support Device CGroup rules update through runc #92

Merged

Commits on Aug 8, 2022

  1. Support Device CGroup rules update through runc

    With CGroups v2, device CGroup rules update is not as straight forward
    since it requires ebpf rules. Currently, runc does support updating
    this ebpf rules, but when using the runc update command new device
    rules are not passed yet. A patched runc version (and hopefully future
    runc versions) support updating device resources, see:
    opencontainers/runc#3402
    
    Use this (patched) runc capability to support Device CGroup rules
    updates with CGroups v2.
    agners committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    ced13df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    841b505 View commit details
    Browse the repository at this point in the history
  3. Address go linter issues

    agners committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    497df3c View commit details
    Browse the repository at this point in the history
  4. Fix more linter issues

    agners committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d94189a View commit details
    Browse the repository at this point in the history