1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05:00

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

This commit is contained in:
xyhhx 2024-04-18 18:43:06 -04:00
parent d824a1ccae
commit c8286ebae5
No known key found for this signature in database
GPG Key ID: 21955DADF87F80E8

View File

@ -136,7 +136,7 @@ After ensuring root isn't used in your containers, you should look into setting
```
security_opt:
- no-new-privileges: true
- "no-new-privileges:true"
```
Gaining privileges in the container will be much harder that way.