Feat/arm64 support#10
Merged
Merged
Conversation
- Stable FNV-1a hash for Go binary cache (replaces DefaultHasher) - LazyLock for Go wrap regexes (avoids recompilation per call) - Single-pass ELF parsing (merge parse_needed + parse_rpath_runpath) - Cow<str> returns for stdout_str/stderr_str (avoid allocation) - Vec instead of HashMap in VirtualFs (3 entries, linear scan faster) - #[must_use] on builder and output types
Remove crate-level #![allow(clippy::...)] in favor of per-function #[allow] with explanatory comments on why the cast is safe.
- Split seccomp whitelist into BASE_WHITELIST + LEGACY_WHITELIST with cfg(target_arch) gates for x86_64-only legacy syscalls - AUDIT_ARCH cfg for x86_64 (0xc000003e) and aarch64 (0xc00000b7) - default_whitelist() and notify_fs_syscalls() replace pub consts - Socket filter AND mask to properly check SOCK_RAW after flag bits - Drop minimum kernel from 6.12 to 6.7 (Landlock ABI 4) - Fix OwnedFd double-close with ManuallyDrop + remove_dir_all - SpawnedSandbox Drop impl for proper fd cleanup - Supervisor cfg gates on legacy syscall handling - Restore NixOS PATH detection in default_env()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.