Merged
Conversation
Remove user, PID, network, mount, UTS, and IPC namespaces. Landlock v5 is now the primary isolation mechanism for filesystem, network, signal, and IPC control. Plain fork() replaces clone() with CLONE_NEW* flags. Minimum kernel raised to 6.12. - Add rlimits module (RLIMIT_DATA instead of RLIMIT_AS) - Add seccomp user notify support (SECCOMP_RET_USER_NOTIF) - Update security tests for new isolation model
Replace manual forAllSystems boilerplate with flake-parts module system and import-tree for auto-discovery of nix modules. - Add nix/toolchain.nix (shared crane/toolchain via _module.args) - Merge checks into nix/packages.nix - Add packages.test-all for full security test suite - Restrict to x86_64-linux (arm not yet supported) - Remove nix/lib.nix, nix/checks.nix, nix/tests/
Rewrite all documentation to reflect removal of namespaces and Landlock v5 as primary isolation mechanism. - Update README: kernel 6.12+, no namespace references - Rename docs/SECURITY.md to docs/SECURITY_MODEL.md - Add SECURITY.md (GitHub vulnerability reporting policy) - Add CONTRIBUTING.md (dev setup, testing guide) - Rewrite ARCHITECTURE.md (lifecycle, diagrams, crate structure) - Add security hardening roadmap (UDP, /proc, PID namespace) - Add CHANGELOG 0.1.1
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.
CLONE_NEW*flags neededflake-parts+import-treefor module-based auto-discovery, eliminatedmanual
forAllSystemsboilerplateseccomp + rlimits model; added CONTRIBUTING.md and GitHub-standard SECURITY.md