fix(persona): validate lifecycle through bounded session

This commit is contained in:
冰朔 2026-08-07 16:42:03 +08:00
commit 5e02644760
2 changed files with 4 additions and 18 deletions

View file

@ -254,6 +254,10 @@ test("daily dispatcher unit is hardened and restricted to exact persona reposito
deployScript,
/systemctl start zhuyuan-persona-fifth-domain-daily\.service/u,
);
assert.doesNotMatch(
deployScript,
/systemctl start "\$\{handshakes\[@\]\}"/u,
);
assert.match(
deployScript,
/guanghu\.persona-on-demand-lifecycle-receipt\/v1/u,