summaryrefslogtreecommitdiff
path: root/utils/utils_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utils_windows.go')
-rw-r--r--utils/utils_windows.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/utils_windows.go b/utils/utils_windows.go
index 2c159ab06..1d017f5ae 100644
--- a/utils/utils_windows.go
+++ b/utils/utils_windows.go
@@ -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")
}