Exercise fsGroup startup through the corrected producer helper
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
aaa4b8e686
commit
9654f9e8cf
4 changed files with 15 additions and 3 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue