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 4071c3c commit 073e085Copy full SHA for 073e085
libcontainer/seccomp/config.go
@@ -56,9 +56,7 @@ func ConvertStringToOperator(in string) (configs.Operator, error) {
56
}
57
58
// ConvertStringToAction converts a string into a Seccomp rule match action.
59
-// Actions use the names they are assigned in Libseccomp's header, though some
60
-// (notable, SCMP_ACT_TRACE) are not available in this implementation and will
61
-// return errors.
+// Actions use the names they are assigned in Libseccomp's header.
62
// Attempting to convert a string that is not a valid action results in an
63
// error.
64
func ConvertStringToAction(in string) (configs.Action, error) {
0 commit comments