From ba28c9714ed6b52f699fd3c2b451595b2109ea15 Mon Sep 17 00:00:00 2001 From: Tastatur Date: Thu, 28 Dec 2023 16:31:21 +0100 Subject: [PATCH] fscrypt doesn't work just yet --- docs/alpine-desktop-setup/post-install/users.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/alpine-desktop-setup/post-install/users.md b/docs/alpine-desktop-setup/post-install/users.md index 1d3a4f7..4803532 100644 --- a/docs/alpine-desktop-setup/post-install/users.md +++ b/docs/alpine-desktop-setup/post-install/users.md @@ -55,7 +55,7 @@ And editing `/etc/passwd` to change the login shell from `/bin/ash` to `/sbin/no root:x:0:0:root:/root:/sbin/nologin ``` -### Encrypting the home directory +### Encrypting the home directory (Not yet working, DO NOT FOLLOW) If you are running a system with multiple users or if you want an extra layer of protection then it's possible to encrypt every user's home directory. @@ -109,7 +109,7 @@ If you have already set up a system with a user but want to add another do this: # setup-user -g (wheel,)plugdev,_seatd,nix,_power -f "" # passwd [Change shell in /etc/passwd] -# fscrypt encrypt /home/ --user= +# fscrypt encrypt /home/ --user= # Doesn't work yet [Create a new login protector] [Enter 1 so that it unlocks the directory when the user logs in] ```