mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-06-19 11:54:17 -04:00
security_opt expects =
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e7d1cff73d
commit
7db27f6074
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ After ensuring root isn't used in your containers, you should look into setting
|
||||||
|
|
||||||
```
|
```
|
||||||
security_opt:
|
security_opt:
|
||||||
- "no-new-privileges:true"
|
- "no-new-privileges=true"
|
||||||
```
|
```
|
||||||
|
|
||||||
Gaining privileges in the container will be much harder that way.
|
Gaining privileges in the container will be much harder that way.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue