infra/image/shdefaults: Add SYS_PTRACE to CAP_DEFAULTS

Debugging is now enabled by default in the containers that are
generated with container_create. "+SYS_PTRACE" has been added to
CAP_DEFAULTS in shdefaults for this.
This commit is contained in:
Thomas Woerner
2025-04-09 11:35:53 +02:00
parent 86701caf8b
commit 432376524c

View File

@@ -5,4 +5,5 @@
# Use +CAP to add the capability and -CAP to drop the capability.
CAP_DEFAULTS=(
"+DAC_READ_SEARCH" # Required for SSSD
"+SYS_PTRACE" # Required for debugging
)