Testing security isues
This commit is contained in:
parent
f6d7c29132
commit
4469baaf08
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
|||
allow-host-namespace = false;
|
||||
};
|
||||
docker-opts = [
|
||||
"--cap-drop=ALL" # Drop all caps first
|
||||
"--security-opt=no-new-privileges"
|
||||
# "--cap-drop=ALL" # Drop all caps first
|
||||
# "--security-opt=no-new-privileges"
|
||||
"--cap-add=NET_ADMIN" # Required for TUN device access
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue