diff --git a/services/clsi/seccomp/clsi-profile.json b/services/clsi/seccomp/clsi-profile.json index e56910b403..c78027b15e 100644 --- a/services/clsi/seccomp/clsi-profile.json +++ b/services/clsi/seccomp/clsi-profile.json @@ -63,6 +63,11 @@ } ] }, + { + "name": "clone3", + "action": "SCMP_ACT_ERRNO", + "errnoRet": 38 + }, { "name": "close", "action": "SCMP_ACT_ALLOW", @@ -848,4 +853,4 @@ "args": [] } ] -} \ No newline at end of file +}