mirror of
https://github.com/containers/podman.git
synced 2025-09-20 11:13:54 +08:00
Support running podman under a root v2 cgroup
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
This commit is contained in:
@ -17,6 +17,10 @@ func GetOwnCgroup() (string, error) {
|
||||
return "", errors.New("not implemented for windows")
|
||||
}
|
||||
|
||||
func GetOwnCgroupDisallowRoot() (string, error) {
|
||||
return "", errors.New("not implemented for windows")
|
||||
}
|
||||
|
||||
func GetCgroupProcess(pid int) (string, error) {
|
||||
return "", errors.New("not implemented for windows")
|
||||
}
|
||||
|
Reference in New Issue
Block a user