The SecureExecutionEnvironment project is built upon the contributions, inspiration, and support from the open-source community and professional engineering practices.
- Navin Reddy (@navinBRuas) - Project Architect and Lead Maintainer
The following open-source libraries are integral to this project:
- Linux kernel namespaces (PID, NET, MNT, UTS, IPC, USER)
- Linux cgroups (v2) for resource management
- seccomp-bpf for syscall filtering
- Linux capability system for privilege management
- eBPF for advanced monitoring and filtering
-
glibc (GNU C Library) - POSIX standard library
- License: LGPL 2.1+
- Used for core system functionality
- https://www.gnu.org/software/libc/
-
libcap - Linux capability management
- License: GPL 2 / BSD-style
- Provides capability set manipulation
- Maintainers: Andrew Morgan, James Morris
- https://people.kernel.org/morgan/linux-capability-code-in-the-kernel.html
-
libseccomp - seccomp filter creation
- License: LGPL 2.1
- High-level seccomp interface
- Maintainer: Paul Moore
- https://github.com/seccomp/libseccomp
-
OpenSSL - Cryptography library
- License: Dual Apache 2.0 and SSLeay License
- AES, RSA, SHA256 implementations
- Security: FIPS 140-2 compatible path
- https://www.openssl.org/
-
libyaml - YAML parsing
- License: MIT
- Configuration file parsing
- https://github.com/yaml/libyaml
-
libjansson - JSON library
- License: MIT
- JSON parsing and generation
- https://jansson.readthedocs.io/
-
libelf - ELF file handling
- License: LGPL 2.1+ / GPL 2+
- Binary format handling for eBPF programs
- https://sourceware.org/elfutils/
-
libtss2 - TPM 2.0 System Stack
- License: BSD 2-Clause
- TPM integration for hardware-backed keys
- https://github.com/tpm2-software/tpm2-tss
-
libp11 - PKCS#11 library
- License: LGPL 2.1
- Hardware security module support
- https://github.com/OpenSC/libp11
-
GCC - GNU Compiler Collection
- License: GPL/LGPL
- Primary C compiler
-
Clang - LLVM C compiler
- License: Apache 2.0 (with exceptions)
- Alternative compiler and static analysis
-
GNU Make - Build automation
- License: GPL 3
- Build orchestration
-
pkg-config - Library metadata tool
- License: GPL
- Dependency resolution
-
clang-format - Code style enforcement
- Part of LLVM
- Code formatting consistency
-
cppcheck - Static analysis
- License: GPL
- Code quality checks
-
Valgrind - Memory debugging
- License: GPL
- Memory leak detection and profiling
-
Linux kernel tools - perf, systemtap
- License: GPL/kernel license
- Performance analysis
-
bash - Shell scripting
- GPL license
- Automation scripts
-
GitHub Actions - CI/CD platform
- Proprietary but free for open source
- Continuous integration
-
Markdown specification
- Created by John Gruber
- CommonMark compatibility
-
CITATION.cff specification
- Created by FORCE11 and Citation File Format Working Group
- Academic citation standards
- Linux Foundation - Community practices and standards
- OWASP - Security best practices
- NIST - Cybersecurity framework reference
- CIS Benchmarks - Security benchmarks
- Semantic Versioning - Version management specification
The design and architecture drew inspiration from:
- Docker & Kubernetes - Container orchestration patterns
- systemd - Modern Linux system initialization
- SELinux - Mandatory access control
- AppArmor - Linux security module
- The Go Runtime - Sandbox implementations
- Linux kernel security modules - System security architecture
Community contributors and code reviewers are acknowledged here. Current version includes contributions from:
- Core development: Navin Reddy (@navinBRuas)
For a complete list of contributors, see GitHub commit history and pull request records.
We acknowledge the feedback, bug reports, and suggestions from:
- Early users and beta testers
- Security researchers who responsibly report issues
- Community members providing feedback
- Enterprise partners testing in production
This project adheres to standards and practices from:
-
Keep a Changelog - Changelog format
-
Semantic Versioning - Version numbering
-
Conventional Commits - Commit message convention
-
Code of Conduct - Community standards
- Based on Contributor Covenant
- https://www.contributor-covenant.org/
-
Primary License: MIT License
- Permissive open-source license
- See LICENSE for full text
-
Third-Party License Compliance
- All dependencies verified for license compatibility
- No GPL code in library form (to maintain MIT compatibility)
- Proper attribution provided for all used code
- Linux® is a trademark of Linus Torvalds
- UNIX is a registered trademark
- Other product names are trademarks of their respective holders
We extend our gratitude to:
- Linux Kernel Community - For creating and maintaining the foundation we build upon
- Open Source Community - For decades of innovation and collaboration
- Security Researchers - For responsible vulnerability disclosure
- Users & Adopters - For testing, feedback, and real-world deployment
- Enterprise Partners - For validating production readiness
This acknowledgments file is kept updated as the project evolves. If we've missed attributing any work or library, please let us know via GitHub issues or our contribution process.
Last Updated: January 5, 2026
Version: 1.0
For questions about licensing or acknowledgments, please see LICENSE or CONTRIBUTING.md.