mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add seccomp:unconfined option when debugging using a Container
- current Docker daemons don't allow ptrace in the default seccomp profile so specify "seccomp:unconfined" when kicking off the gdbserver Change-Id: I742a99221c897a553a46bc768e713d74b1fda22e
This commit is contained in:
parent
b10156e36d
commit
88c6da2e40
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ public class ContainerLaunchConfigurationDelegate extends GdbLaunchDelegate
|
|||
image, command,
|
||||
commandDir, workingDir, additionalDirs, origEnv,
|
||||
envMap, ports, keepContainer, supportStdin,
|
||||
privilegedMode, labels);
|
||||
privilegedMode, labels, "seccomp:unconfined"); //$NON-NLS-1$
|
||||
|
||||
// wait until gdbserver is started successfully and we have its
|
||||
// ip address or
|
||||
|
|
Loading…
Add table
Reference in a new issue