diff options
Diffstat (limited to 'pkg/spec/config_unsupported.go')
-rw-r--r-- | pkg/spec/config_unsupported.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/spec/config_unsupported.go b/pkg/spec/config_unsupported.go index 568afde55..402193456 100644 --- a/pkg/spec/config_unsupported.go +++ b/pkg/spec/config_unsupported.go @@ -34,3 +34,11 @@ func DevicesFromPath(g *generate.Generator, devicePath string) error { func deviceCgroupRules(g *generate.Generator, deviceCgroupRules []string) error { return errors.New("function not implemented") } + +func getNOFILESettings() (uint64, uint64) { + return kernelMax, kernelMax +} + +func getNPROCSettings() (uint64, uint64) { + return kernelMax, kernelMax +} |