Renamed from "Sentra" to "Execwall" to avoid conflict with an existing company named Sentra.
- Package name:
sentra→execwall - Version:
2.2.2→1.0.0(fresh start) - Repository URL updated to
sundarsub/execwall
sentra→execwallsentra-shell→execwall-shell
| Old | New |
|---|---|
/etc/sentra/ |
/etc/execwall/ |
/usr/lib/sentra/ |
/usr/lib/execwall/ |
/var/log/sentra/ |
/var/log/execwall/ |
/usr/local/bin/sentra |
/usr/local/bin/execwall |
/usr/local/bin/sentra-shell |
/usr/local/bin/execwall-shell |
SENTRA_BIN→EXECWALL_BINSENTRA_POLICY→EXECWALL_POLICYSENTRA_QUIET→EXECWALL_QUIETSENTRA_VERBOSE→EXECWALL_VERBOSE
src/main.rs- All banner text, prompts, pathssrc/bin/openclaw_launcher.rs- Variable names, paths, flagssrc/bin/python_runner.rs- Pathssrc/seccomp_profile.rs- Struct names (SentraConfig→ExecwallConfig)src/cgroup.rs- Cgroup name (sentra→execwall)src/api.rs- Banner textsrc/sandbox.rs- Temp file prefixessrc/policy.rs- Default paths
scripts/sentra-shell→scripts/execwall-shellscripts/install-oracle-cloud.sh- All references updatedinstall.sh- All references updated
README.md- Full updatedocs/ORACLE_CLOUD_DEPLOYMENT.mddocs/SECCOMP_PROFILES.md- All other markdown files
sentra-or-gate/→execwall-or-gate/sentra-oracle.md→execwall-oracle.md
- Renamed via API:
sundarsub/sentra→sundarsub/execwall - Old URLs automatically redirect
- Triggers: Push to main, Pull requests
- Jobs:
- Test: Build and run
cargo test - Lint: Check formatting with
cargo fmt, runcargo clippy
- Test: Build and run
- Requires:
libseccomp-devon Ubuntu
- Triggers: Tag push matching
v*.*.* - Builds for 4 platforms:
x86_64-unknown-linux-gnu(ubuntu-latest)aarch64-unknown-linux-gnu(ubuntu-latest, cross-compiled)x86_64-apple-darwin(macos-13)aarch64-apple-darwin(macos-14)
- Creates tar.gz archives with SHA256 checksums
- Uploads to GitHub Release
Tag: v1.0.0 URL: https://github.com/sundarsub/execwall/releases/tag/v1.0.0
Assets (manually uploaded):
execwall-linux-x86_64.tar.gz- Built on Oracle Cloudexecwall-macos-aarch64.tar.gz- Built locally
Future releases will have all 4 platform binaries automatically built by GitHub Actions.
curl -sSL https://raw.githubusercontent.com/sundarsub/execwall/main/install.sh | bash- Support email remains:
sentrahelp@gmail.com(kept for continuity) - Old GitHub URLs redirect automatically
- Stars, forks, issues all preserved after rename