@@ -48,7 +48,7 @@ This will offer the functionality using the commands `su-rs` and `sudo-rs`.
48
48
You can also switch to sudo-rs manually by using our pre-compiled tarballs.
49
49
We currently only offer these for x86-64 systems.
50
50
51
- We recommend installing sudo-rs and su-s in your ` /usr/local ` hierarchy so it can co-exist with
51
+ We recommend installing sudo-rs and su-rs in your ` /usr/local ` hierarchy so it can co-exist with
52
52
your existing sudo installation. You can achieve this using the commands:
53
53
``` sh
54
54
sudo tar -C /usr/local -xvf sudo-0.2.7.tar.gz
@@ -72,7 +72,7 @@ Of course, if you **don't** have Todd Miller's `sudo` installed, you also have t
72
72
For an explanation of the sudoers syntax you can look at the
73
73
[ sudoers man page] ( https://www.sudo.ws/docs/man/sudoers.man/ ) .
74
74
75
- * (Strongly recommended) You create ` /etc/pam.d/sudo ` and ` /etc/pam.d/sudo-i ` files that contain:
75
+ * (Strongly recommended) You create ` /etc/pam.d/sudo ` and ` /etc/pam.d/sudo-i ` files that contain (for Debian/Ubuntu) :
76
76
77
77
session required pam_limits.so
78
78
@@ -81,7 +81,9 @@ Of course, if you **don't** have Todd Miller's `sudo` installed, you also have t
81
81
@include common-session-noninteractive
82
82
83
83
If you don't do this, either a "fallback" PAM policy will be used or ` sudo-rs ` will simply refuse to run
84
- since it cannot initialize PAM. On FreeBSD, you may want to put these files in ` /usr/local/etc/pam.d ` instead.
84
+ since it cannot initialize PAM. On Fedora, the syntax for PAM configuration is slightly different, but the
85
+ correct PAM configuration files will most likely be already installed.
86
+ On FreeBSD, you may want to put these files in ` /usr/local/etc/pam.d ` instead.
85
87
86
88
### Building from source
87
89
0 commit comments