mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-03 06:44:54 -04:00
fix(linux/Docker and OCI Hardening): correction on no_new_privs option (#223)
This commit is contained in:
parent
d824a1ccae
commit
4ef5e890de
1 changed files with 2 additions and 2 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