fix(#2031): move bash-tasks + events vacuum agent-side (privsep ownership)
This commit is contained in:
parent
09603b77b9
commit
49fc61212b
9 changed files with 159 additions and 224 deletions
|
|
@ -12,7 +12,8 @@
|
|||
//! be lifted into a shared crate — overkill for now.
|
||||
//!
|
||||
//! Privsep: the sqlite files are mode 0644 owned by the agent user;
|
||||
//! `hive-core` reads them fine (same as `events_vacuum`). We open
|
||||
//! `hive-core` can read them fine, but cannot write/delete (which is why
|
||||
//! retention sweeps run agent-side in the harness, not here). We open
|
||||
//! read-only so an in-flight harness writer never blocks us.
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue