Skip to content

Commit

Permalink
Merge pull request #11722 from yuumasato/rhcos4_sysctl_check_runtime
Browse files Browse the repository at this point in the history
Re-enable runtime check on network related sysctls
  • Loading branch information
rhmdnd authored Jul 12, 2024
2 parents 56d14eb + 00023fb commit 916bfa4
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 @@ -42,4 +42,3 @@ template:
sysctlvar: net.core.bpf_jit_harden
sysctlval: '2'
datatype: int
check_runtime@rhcos4: "false"

0 comments on commit 916bfa4

Please sign in to comment.