n/essentialsoftware.md: note osnoise being blocked by lockdown

This commit is contained in:
Aminda Suomalainen 2025-05-04 21:16:22 +03:00
parent 385be456cc
commit e8b2a30756
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -162,10 +162,11 @@ bit...
```bash ```bash
# Layer packages I need on top of the base image. # Layer packages I need on top of the base image.
sudo rpm-ostree install android-tools btop clang darkman duperemove gamescope git-lfs gnome-console htop inxi mosh mpv neovim pipx pre-commit sshguard steam-devices symlinks syncthing terminus-fonts-console tmux tor unbound zsh sudo rpm-ostree install android-tools btop clang darkman duperemove gamescope git-lfs gnome-console htop inxi mosh mpv neovim pipx pre-commit sshguard steam-devices symlinks syncthing terminus-fonts-console tmux tor unbound zsh
# Disable bootscreen, ensure CPU vulnerability mitigation, enable lockdown # Disable bootscreen, ensure CPU vulnerability mitigation.
# mode. REMEMBER! lockdown is incompatible with unsigned additional sudo rpm-ostree kargs --delete=rhgb --delete=quiet --append=mitigations=auto,nosmt
# kernel modules # I would additionally use lockdown=confidentiality (or lockdown=integrity if
sudo rpm-ostree kargs --delete=rhgb --delete=quiet --append=mitigations=auto,nosmt --append=lockdown=confidentiality # less privacy and security was required, but that prevents shipped osnoise
# module from working.
``` ```
Consider also adding Consider also adding