You are not logged in.
Pages: 1
I'm using mkinitcpio(UKI), I have edited /etc/kernel/cmdline and added lockdown=integrity to the kernel parameter, but it never works.
I always have to do "echo integrity > /sys/kernel/security/lockdown" manually
Last edited by laichiaheng (2025-11-03 02:08:02)
Offline
What does /proc/cmdline show?
Offline
What does /proc/cmdline show?
root=PARTUUID=299793bf-25aa-496b-9e76-64ae2c3189e1 zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs sysrq_always_enabled=1There is no lockdown=integrity, why?
Last edited by laichiaheng (2025-11-03 02:00:28)
Offline
What does /proc/cmdline show?
I see now, I need to do this:
sudo mkinitcpio -POffline
Pages: 1