You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(install-service): prep system dirs with adm group + setgid so module installs and config edits work without sudo
After `sudo threatcrush install-service`, the runtime dirs ended up
root:root mode 755, so a non-root `threatcrush modules install` failed
with EACCES when trying to git-clone into /etc/threatcrush/modules.
Now install-service chgrp's the dirs to `adm` and sets group-writable +
setgid on /etc/threatcrush/modules, matching the same permission
boundary used by the IPC socket: anyone who can already read system
logs can also install modules and edit conf.d.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments