Skip to content

Commit

Permalink
script/check-config.sh: add SELinux and AppArmor
Browse files Browse the repository at this point in the history
SELinux and AppArmor are always enabled since runc v1.0.0-rc93

Signed-off-by: Kenta Tada <[email protected]>
  • Loading branch information
Kenta Tada authored and Kenta Tada committed Mar 27, 2021
1 parent 5df79d5 commit c9b3787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/check-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,7 @@ flags=(
IP_VS_PROTO_TCP
IP_VS_PROTO_UDP
IP_VS_RR
SECURITY_SELINUX
SECURITY_APPARMOR
)
check_flags "${flags[@]}"

0 comments on commit c9b3787

Please sign in to comment.