Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/snap-seccomp: only compare the bottom 32-bits of the flags arg of copy_file_range #11760

Merged
merged 1 commit into from
May 10, 2022

Commits on May 5, 2022

  1. cmd/snap-seccomp: add copy_file_range to syscallsWithNegArgsMaskHi32

    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.
    jhenstridge committed May 5, 2022
    Configuration menu
    Copy the full SHA
    3811ac0 View commit details
    Browse the repository at this point in the history