fix(persona): preserve daily receipt ownership
This commit is contained in:
parent
5e02644760
commit
cd9901e02f
2 changed files with 6 additions and 2 deletions
|
|
@ -250,6 +250,10 @@ test("daily dispatcher unit is hardened and restricted to exact persona reposito
|
|||
/ghctl authorize \/guanghu\/current install_world_version/u,
|
||||
);
|
||||
assert.match(deployScript, /systemctl disable "\$\{handshakes\[@\]\}"/u);
|
||||
assert.match(
|
||||
deployScript,
|
||||
/install -d -o guanghu -g guanghu -m 0750 "\$\{receipt_root\}"/u,
|
||||
);
|
||||
assert.match(
|
||||
deployScript,
|
||||
/systemctl start zhuyuan-persona-fifth-domain-daily\.service/u,
|
||||
|
|
|
|||
Loading…
Reference in a new issue