fix(history): bound ingestion and stage semantic review
This commit is contained in:
parent
00db9d3c3f
commit
4136528775
4 changed files with 317 additions and 21 deletions
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue