mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
While the base seccomp template only compares the sixth argument to 0, the argument is a 32-bit "unsigned int". The high half of the register won't necessarily have been cleared, so we want the same CompareMaskedEqual behaviour.