Fix lint on default.go
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
parent
be1f3f6caa
commit
0d15312d27
|
|
@ -98,6 +98,7 @@ const (
|
||||||
// DefaultPidsLimit is the default value for maximum number of processes
|
// DefaultPidsLimit is the default value for maximum number of processes
|
||||||
// allowed inside a container
|
// allowed inside a container
|
||||||
DefaultPidsLimit = 2048
|
DefaultPidsLimit = 2048
|
||||||
|
// DefaultRootlessSignaturePolicyPath is the default value for the
|
||||||
// rootless policy.json file.
|
// rootless policy.json file.
|
||||||
DefaultRootlessSignaturePolicyPath = ".config/containers/policy.json"
|
DefaultRootlessSignaturePolicyPath = ".config/containers/policy.json"
|
||||||
// DefaultShmSize default value
|
// DefaultShmSize default value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue