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

specs-go: sync SCMP_ARCH_* constants with libseccomp main #1229

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 26, 2023

  1. specs-go: sync SCMP_ARCH_* constants with libseccomp main

    The following constants are defined in the main branch of libseccomp,
    but not included in its latest release (v2.5) yet:
    
    * SCMP_ARCH_LOONGARCH64  (seccomp/libseccomp@6966ec7)
    * SCMP_ARCH_M68K         (seccomp/libseccomp@dd5c9c2)
    * SCMP_ARCH_SH           (seccomp/libseccomp@c12945d)
    * SCMP_ARCH_SHEB         (seccomp/libseccomp@c12945d)
    
    These constant names are unlikely to change before v2.6 GA,
    so we can safely refer to them in specs-go.
    
    Signed-off-by: Akihiro Suda <[email protected]>
    AkihiroSuda committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    eb1dc7d View commit details
    Browse the repository at this point in the history