Merge pull request #29639 from overleaf/bg-block-clone3-for-docker

use docker default seccomp rule for clone3

GitOrigin-RevId: 32a65a2f2262225fafa1ac1a9f8d6f2767c2829c
This commit is contained in:
Brian Gough
2025-11-12 15:58:23 +00:00
committed by Copybot
parent 67aa42a57a
commit e7cc70baf7

View File

@@ -63,6 +63,11 @@
}
]
},
{
"name": "clone3",
"action": "SCMP_ACT_ERRNO",
"errnoRet": 38
},
{
"name": "close",
"action": "SCMP_ACT_ALLOW",
@@ -848,4 +853,4 @@
"args": []
}
]
}
}