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
The paths /proc/interrupts and /sys/devices/system/cpu/<cpuX>/thermal_throttle must be masked by default.
The main difficulty is that /sys/devices/system/cpu/<cpuX>/thermal_throttle is not a static value but it depends on the number of cpus on the current system, so we need to make sure it doesn't break the current unmasking mechanism we have in place.
The text was updated successfully, but these errors were encountered:
Issue Description
we need the equivalent of moby/moby#49560 for Moby.
The paths
/proc/interrupts
and/sys/devices/system/cpu/<cpuX>/thermal_throttle
must be masked by default.The main difficulty is that
/sys/devices/system/cpu/<cpuX>/thermal_throttle
is not a static value but it depends on the number of cpus on the current system, so we need to make sure it doesn't break the current unmasking mechanism we have in place.The text was updated successfully, but these errors were encountered: