Skip to content
Snippets Groups Projects
Commit d131e73f authored by Robby Workman's avatar Robby Workman Committed by Sean Davis
Browse files

README.md: Note setuid requirement after install with shadow/bsdauth (#9)


Signed-off-by: default avatarSean Davis <smd.seandavis@gmail.com>
parent a7463885
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,12 @@ You may need to set your PAM auth type if it is not correctly detected.
`--with-pam-auth-type=<auth-type> specify pam auth type (common or system)`
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
(For testing, we are using:
`./autogen.sh --disable-static --with-mit-ext --with-console-kit --enable-locking --enable-debug --sysconfdir=/etc`
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment