-
-
Notifications
You must be signed in to change notification settings - Fork 3
run cleanq.8
Manvendra Bhangui edited this page Feb 25, 2024
·
3 revisions
run-cleanq - request cleanq to be run
run-cleanq
run-cleanq runs with group qscand privilege to request that the cleanq process be run once, to clean temporary files used in scanning an email for viruses. It does this by invoking the following daemontools command:
/usr/bin/svc -o /service/qscanq
Any user can invoke run-cleanq, which takes no arguments, ignores its environment and any file descriptors. Multiple invocations are ignored by the supervise process while cleanq is running. By default, each invocation of cleanq pauses for 10 seconds, so nothing interesting is to be gained by a local attacker trying to invoke run-cleanq repeatedly or rapidly.