mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-03 03:48:22 +00:00
fix: move rpm-ostree yafti steps to POSTINSTALL-README
This commit is contained in:
@@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
After rebasing to secureblue, the following steps are recommended.
|
After rebasing to secureblue, the following steps are recommended.
|
||||||
|
|
||||||
|
|
||||||
|
## kargs
|
||||||
|
|
||||||
|
Documentation is available [here](https://github.com/secureblue/secureblue/blob/live/config/files/usr/share/ublue-os/just/60-custom.just.readme.md) for the kargs set by the commands below.
|
||||||
|
|
||||||
|
### Set hardened kargs
|
||||||
|
|
||||||
|
```ujust set-kargs-hardening```
|
||||||
|
|
||||||
|
### Set unstable hardened kargs
|
||||||
|
|
||||||
|
*Can cause issues on some hardware, but stable on other hardware*
|
||||||
|
|
||||||
|
```ujust set-kargs-hardening-unstable```
|
||||||
|
|
||||||
|
|
||||||
## GRUB
|
## GRUB
|
||||||
### Set a password
|
### Set a password
|
||||||
|
|
||||||
|
|||||||
@@ -10,16 +10,6 @@ screens:
|
|||||||
description: |
|
description: |
|
||||||
This guided installer will help you get started with your new system.
|
This guided installer will help you get started with your new system.
|
||||||
|
|
||||||
can-we-harden-your-kargs:
|
|
||||||
source: yafti.screen.consent
|
|
||||||
values:
|
|
||||||
title: Kernel hardening
|
|
||||||
description: |
|
|
||||||
This step will enable additional kernel hardening. Warning: setting disable_early_pci_dma may lead to boot issues. If you encounter them, re-run this without the disable_early_pci_dma variable
|
|
||||||
|
|
||||||
actions:
|
|
||||||
- run: pkexec ujust set-kargs-hardening
|
|
||||||
|
|
||||||
can-we-enable-printing:
|
can-we-enable-printing:
|
||||||
source: yafti.screen.consent
|
source: yafti.screen.consent
|
||||||
values:
|
values:
|
||||||
@@ -27,7 +17,7 @@ screens:
|
|||||||
description: |
|
description: |
|
||||||
The cups printing service is disabled by default to reduce attack surface. If you need printing support, run "just enable-cups" manually.
|
The cups printing service is disabled by default to reduce attack surface. If you need printing support, run "just enable-cups" manually.
|
||||||
actions:
|
actions:
|
||||||
- run: just enable-cups
|
- run: pkexec ujust enable-cups
|
||||||
|
|
||||||
can-we-harden-your-flatpaks:
|
can-we-harden-your-flatpaks:
|
||||||
source: yafti.screen.consent
|
source: yafti.screen.consent
|
||||||
|
|||||||
Reference in New Issue
Block a user