fix: validate spawn delegation authority

This commit is contained in:
2026-06-12 17:10:59 +09:00
parent ee508f707f
commit c04b1ca289
6 changed files with 69 additions and 10 deletions
+1
View File
@@ -245,6 +245,7 @@ mod tests {
std::process::id(),
sock("child"),
vec![write_rule("/p/sub", true)],
&delegation_scope(vec![write_rule("/p", true)]),
)
.unwrap();