ThinkPad T14 G2 AMD -> P14s G6 AMD
This commit is contained in:
parent
41a4fa9eb2
commit
5fbe4e306f
13 changed files with 226 additions and 62 deletions
|
|
@ -21,7 +21,10 @@
|
|||
];
|
||||
|
||||
# Kernel Hardening
|
||||
security.protectKernelImage = true;
|
||||
# Disabled to allow hibernate (suspend-then-hibernate on P14s G6 AMD which has no S3).
|
||||
# Hibernate image lives on LUKS-encrypted root, so the tamper window is the same as
|
||||
# the LUKS threat boundary. Revisit if TPM-bound LUKS unlock gets set up.
|
||||
security.protectKernelImage = false;
|
||||
|
||||
# Sysctl hardening
|
||||
boot.kernel.sysctl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue