From 72090583ecb482f71f8feab0cddc3c0980be4be3 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sat, 2 Apr 2022 08:01:45 -0700 Subject: [PATCH] don't allow guest login by default --- etc/lightdm/lightdm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lightdm/lightdm.conf b/etc/lightdm/lightdm.conf index 0458d5e..1e99bdb 100644 --- a/etc/lightdm/lightdm.conf +++ b/etc/lightdm/lightdm.conf @@ -1,4 +1,4 @@ [Seat:*] greeter-show-manual-login=true greeter-hide-users=true -user-session=Sway +allow-guest=false