Skip to content

Commit

Permalink
Re-enable runtime check on network related sysctls
Browse files Browse the repository at this point in the history
When the CO's "scanner" pod has "HostNetwork" option set to true, these
sysctls are visible with values matching Host syctls.
  • Loading branch information
yuumasato committed Mar 15, 2024
1 parent b2693b4 commit 2e33816
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ template:
vars:
sysctlvar: net.ipv6.conf.all.accept_ra
datatype: int
check_runtime@rhcos4: "false"
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ template:
vars:
sysctlvar: net.ipv6.conf.all.accept_redirects
datatype: int
check_runtime@rhcos4: "false"
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ template:
vars:
sysctlvar: net.ipv6.conf.default.accept_ra
datatype: int
check_runtime@rhcos4: "false"
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ template:
vars:
sysctlvar: net.ipv6.conf.default.accept_redirects
datatype: int
check_runtime@rhcos4: "false"
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ template:
sysctlvar: net.core.bpf_jit_harden
sysctlval: '2'
datatype: int
check_runtime@rhcos4: "false"

0 comments on commit 2e33816

Please sign in to comment.