refactor(#1865): drop stray issue-ref from doc comment (tracker-tag lint)
This commit is contained in:
parent
f5f06a5f14
commit
674505fbe7
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ pub fn start(agent: &str, socket_path: &Path, coord: Arc<Coordinator>) -> Result
|
|||
/// trust boundary: every connection that lands here runs `dispatch` with
|
||||
/// `privileged = true`. `MANAGER_AGENT` is passed as the actor name for
|
||||
/// attribution/routing (notifications, ownership), not for authorisation —
|
||||
/// authority comes from the socket, per #1834.
|
||||
/// authority comes from the socket itself.
|
||||
pub fn start_manager(coord: Arc<Coordinator>) -> Result<()> {
|
||||
use std::os::unix::fs::PermissionsExt as _;
|
||||
let dir = Coordinator::manager_dir();
|
||||
|
|
|
|||
Loading…
Reference in a new issue