From 8b824ecf5a46cce0bff9b93d4a40b3e614016bf2 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 16 Jul 2019 03:25:34 -0500 Subject: [PATCH] README.md: Note setuid requirement after install with shadow/bsdauth Signed-off-by: Robby Workman --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c966093..bcfd5ac 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ You may need to set your PAM auth type if it is not correctly detected. `make && sudo make install` +If you are using bsdauth or shadow auth, then you will need to make sure the +following is done after installation: + chown root:root $libexecdir/xfce4-screensaver-dialog + chmod +s $libexecdir/xfce4-screensaver-dialog + + How to report bugs ================== -- 2.22.0