Skip to content
Snippets Groups Projects
Commit 43237652 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

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.
parent 86701caf
Branches
Tags
No related merge requests found
......@@ -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
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment