mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 04:41:33 -05:00
security_opt expects =
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
e7d1cff73d
commit
7db27f6074
@ -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…
Reference in New Issue
Block a user