feat(distro): security pkg stubs

Left out tooling like `clamav`, for now, as not really looking to
bootstrap installs with that.

Sandboxes are pretty sufficient a lot of the time (+ setting up
`opensnitch` / some other connection-level firewall).
This commit is contained in:
2026-02-08 15:35:32 +00:00
parent 73ced94bc1
commit fd13e821d9
2 changed files with 47 additions and 2 deletions

View File

@@ -1 +1,28 @@
#!/bin/bash
#
# Repository Setup
#
# TODO: adding additional repositories for packages
sudo apk add
#
# Packages
#
STANDARD_PKGS = (
build-essential
fastfetch
kitty
zoxide
neovim
)
# TODO: auditd, apparmor, firejail setups within script (+ apparmor cfgs?)
# these have better support on Ubuntu/Debian (than a distro like Arch), from testing and usage: https://github.com/roddhjav/apparmor.d
SECURITY_PKGS = (
)