1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-19 09:14:42 -04:00

fix(linux/Docker and OCI Hardening): correction on no_new_privs option (#223)

This commit is contained in:
xyhhx 2024-04-19 02:49:30 +00:00 committed by GitHub
parent d824a1ccae
commit 4ef5e890de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.