fix(history): bound ingestion and stage semantic review

This commit is contained in:
冰朔 2026-08-01 18:38:16 +08:00
commit 4136528775
4 changed files with 317 additions and 21 deletions

View file

@ -51,6 +51,7 @@ install -m 0640 -o root -g guanghu-history \
"${config_target}"
install -d -o guanghu-history -g guanghu-history -m 0750 "${state_root}"
install -d -o guanghu-history -g guanghu-history -m 0750 "${state_root}/public"
setfacl -m u:guanghu-history:--x /guanghu/gestation
install -d -o root -g guanghu-history -m 0750 "${private_source_root}"
install -d -o root -g root -m 0755 "${receipt_root}"