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 Jun 28, 2024
1 parent 9f670b7 commit 00023fb
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 @@ -49,4 +49,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 @@ -51,4 +51,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 @@ -49,4 +49,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 @@ -53,4 +53,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 00023fb

Please sign in to comment.