diff --git a/services/clsi/seccomp/clsi-profile.json b/services/clsi/seccomp/clsi-profile.json index 084354b15c..e56910b403 100644 --- a/services/clsi/seccomp/clsi-profile.json +++ b/services/clsi/seccomp/clsi-profile.json @@ -443,6 +443,11 @@ "action": "SCMP_ACT_ALLOW", "args": [] }, + { + "name": "openat2", + "action": "SCMP_ACT_ALLOW", + "args": [] + }, { "name": "pause", "action": "SCMP_ACT_ALLOW", @@ -648,6 +653,11 @@ "action": "SCMP_ACT_ALLOW", "args": [] }, + { + "name": "statx", + "action": "SCMP_ACT_ALLOW", + "args": [] + }, { "name": "stat64", "action": "SCMP_ACT_ALLOW",