feat: add hardened base and per-edition image overlays
Add the files that land in the image, organised as layered rootfs trees (base first, then the edition layer wins on conflict). - base: hardened kernel cmdline + sysctl, default-deny nftables, key-only ssh, persistent journald, module blacklist, no core dumps, snapshot timer units, motd. - server: Prometheus + auto-provisioned Grafana + Loki + promtail. - workstation: dev profile and desktop sysctl relaxations (perf, rootless containers). - cloud: cloud-init provisioning config.
This commit is contained in:
8
overlays/base/etc/motd
Normal file
8
overlays/base/etc/motd
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
Welcome to Arcline OS
|
||||
|
||||
Secure by default. Zero telemetry. Self-hosted by principle.
|
||||
|
||||
* hardening guide: man arcline-hardening (or docs/hardening.md)
|
||||
* manage snapshots: arcline-snapshot snapshot|list|prune
|
||||
* check firewall: nft list ruleset
|
||||
Reference in New Issue
Block a user