Skip to content
Snippets Groups Projects
Verified Commit ba7f3de0 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(mok): Add KILL capability

This patch hopefully fixes issues with sending kill signals to subprocesses from the master process of dovecot.

Exmaple error logs:
```
Jan 25 00:27:16 master: Error: service(auth): kill(14, SIGINT) failed: Operation not permitted
Jan 25 00:28:16 master: Error: service(auth): Process 14 is ignoring idle SIGINT
```
parent 07d9fbf7
No related branches found
No related tags found
No related merge requests found
Pipeline #19139 failed
......@@ -152,6 +152,8 @@ dovecot:
- SETGID
# -- required to create spool directories
- FOWNER
# -- required by management process to keep subprocesses in check
- KILL
drop:
# -- required to drop privileges by default
- ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment