From 2d0740d82b51b2ee4b569779a7a42f65020d1bf6 Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Sun, 22 Sep 2019 11:56:10 +0300 Subject: [PATCH] Update README.md Fix the typo in path mentioned in System authentication section. It is /usr/lib/maddy, not /var/lib/maddy. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c4a4c1..b24d48f 100644 --- a/README.md +++ b/README.md @@ -267,10 +267,11 @@ will also give maddy a little bit too many permissions. Compile [cmd/maddy-pam-helper](cmd/maddy-pam-helper) and/or [cmd/maddy-shadow-helper](cmd/maddy-shadow-helper). -Put them into `/var/lib/maddy` and make them setuid (there are also other -more restrictive options, check README in the binary directories). +Put them into `/usr/lib/maddy` and make them setuid root (there are also other +more restrictive options, check README in the executable directories). Add `use_helper` to `pam` or `shadow` configuration block in your config. + Modify systemd unit to use less strict sandbox and disable DynamicUser. ## Contributing