Exercise fsGroup startup through the corrected producer helper
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
codex 2026-09-11 12:41:50 +02:00
parent aaa4b8e686
commit 9654f9e8cf
4 changed files with 15 additions and 3 deletions

View file

@ -85,7 +85,7 @@ class LocalReceiver(unittest.TestCase):
(d/'config.json').write_text(json.dumps(config));token=d/'token';token.write_text(tokens[sender]);token.chmod(0o444)
argv=['docker','run','--rm','--network','host','--read-only','--cap-drop=ALL',
'--security-opt=no-new-privileges','--memory=192m',
'--tmpfs','/state:rw,nosuid,nodev,size=32m,mode=1777',
'--tmpfs','/state:rw,nosuid,nodev,size=32m,mode=2777',
'--mount','type=bind,src='+str(d)+',dst=/probe,readonly',
'--mount','type=bind,src='+str(token)+',dst=/credential/token,readonly',
'--entrypoint','python',native.IMAGE,'-I','/probe/producer.py']