We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18a122b + f44ca53 commit bf28e72Copy full SHA for bf28e72
1 file changed
validate/validate.go
@@ -40,22 +40,6 @@ var (
40
"RLIMIT_SIGPENDING",
41
"RLIMIT_STACK",
42
}
43
- defaultCaps = []string{
44
- "CAP_CHOWN",
45
- "CAP_DAC_OVERRIDE",
46
- "CAP_FSETID",
47
- "CAP_FOWNER",
48
- "CAP_MKNOD",
49
- "CAP_NET_RAW",
50
- "CAP_SETGID",
51
- "CAP_SETUID",
52
- "CAP_SETFCAP",
53
- "CAP_SETPCAP",
54
- "CAP_NET_BIND_SERVICE",
55
- "CAP_SYS_CHROOT",
56
- "CAP_KILL",
57
- "CAP_AUDIT_WRITE",
58
- }
59
)
60
61
// Validator represents a validator for runtime bundle
0 commit comments