forked from sylabs/singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: (re-)enable cgroup manage device handling
In runc v1.20.0-rc.2 (but not mentioned in the stable v1.20.0 release notes), device rule handling was decoupled from the basic runc/libcontainer/cgroups manager. Any software handling device rules with runc/libcontainer/cgroups now has to add an additional import to re-enable this functionality. Although we do not have CLI flags to directly add device rules, we do allow application of arbirtary cgroup rules from a JSON file. This means that we cannot drop device handling, and avoid the large cillium/ebpf import that the runc change is designed to allow.
- Loading branch information
Showing
4 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters