Add checks for capabilities that allows container escape

This commit is contained in:
Nikita Stupin 2021-07-08 13:10:12 +03:00
parent 2024e16f09
commit cf93e9ed07
2 changed files with 148 additions and 0 deletions

View file

@ -278,6 +278,10 @@ community_checks() {
check_c_1
check_c_1_1
check_c_2
check_c_5_3_1
check_c_5_3_2
check_c_5_3_3
check_c_5_3_4
check_c_end
}