chore: Remove redundant capability SYS_PTRACE (#2624)

* chore: Remove `SYS_PTRACE` capability from docs and configs
* chore: Remove `SYS_PTRACE` capability from tests

Doesn't seem to be required. It was originally added when the original change detection feature PR apparently needed it to function.
This commit is contained in:
Brennan Kinney 2022-06-07 01:20:13 +12:00 committed by GitHub
parent 54904aa02c
commit 62fdcb05f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 0 additions and 16 deletions

View file

@ -11,7 +11,6 @@ setup_file() {
-e ENABLE_CLAMAV=0 \
-e ENABLE_SPAMASSASSIN=0 \
-e DOVECOT_MAILBOX_FORMAT=sdbox \
--cap-add=SYS_PTRACE \
-e PERMIT_DOCKER=host \
-h mail.my-domain.com -t "${NAME}"