We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6601714 commit 4a74e8aCopy full SHA for 4a74e8a
cmd/runtimetest/main.go
@@ -549,20 +549,20 @@ func validate(context *cli.Context) error {
549
defaultValidations := []validation{
550
validateRootFS,
551
validateProcess,
552
- validateCapabilities,
553
validateHostname,
554
- validateRlimits,
555
validateMountsExist,
556
}
557
558
linuxValidations := []validation{
+ validateCapabilities,
559
validateDefaultFS,
560
validateDefaultDevices,
561
validateLinuxDevices,
562
- validateSysctls,
563
validateMaskedPaths,
564
- validateROPaths,
565
validateOOMScoreAdj,
+ validateROPaths,
+ validateRlimits,
+ validateSysctls,
566
validateUIDMappings,
567
validateGIDMappings,
568
0 commit comments