You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Setup Daemonset to Modify ASLR Sysctl Values (#490)
This patch adds a Daemonset to the clusters that will perform the
necessary sysctl call to adjust the vm.mmap_rnd_bits value. This is
necessary to pass the libcxx msan and tsan tests. The daemonset is
currently only setup on the libcxx nodes as we have not needed to
configure the values anywhere else so far.
We cannot do this in a startup script because GKE uses the GCE VM
instance startup script options to run its own configuration. We also
cannot just the GKE system configuration as it does not have support for
setting vm.mmap_rnd_bits. A privileged daemonset works just fine.
0 commit comments