Mercurial > p > roundup > code
diff detectors/README.txt @ 8544:e738377b4ffe
feature: add detector that prevents file content changes by Admin and other users.
New detector and upgrading announcement. Also example of stripping
content editing from the User role.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 24 Mar 2026 22:11:27 -0400 |
| parents | b2eb59ada444 |
| children |
line wrap: on
line diff
--- a/detectors/README.txt Tue Mar 24 21:30:47 2026 -0400 +++ b/detectors/README.txt Tue Mar 24 22:11:27 2026 -0400 @@ -19,6 +19,10 @@ emailauditor.py - Rename .eml files (from email multi-part bodies) to .mht so they can be downloaded/viewed in Internet Explorer. +immutable_file_contents.py - prevent changes to the contents property + of file and msg classes including by + people with the admin role. + irker.py - communicate with irkerd to allow roundtup to send announcements to an IRC channel.
