Skip to content

Commit

Permalink
add warning for centos and cap_add/drop
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Oct 2, 2023
1 parent 1907386 commit 81b318e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker-compose.yml-EXAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
# restrict capabilities of the root user to the strict minimum
# see CIS Docker Benchmark v1.5 5.3
# see ANSSI-FT-082 23/09/2020 R8
# Warning: for Centos7/8, comment out these lines (cap_drop and cap_add)
cap_drop:
- ALL
cap_add:
Expand Down

0 comments on commit 81b318e

Please sign in to comment.