Skip to content

Commit 405f32c

Browse files
committed
update README
1 parent c3f4de3 commit 405f32c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This will offer the functionality using the commands `su-rs` and `sudo-rs`.
4848
You can also switch to sudo-rs manually by using our pre-compiled tarballs.
4949
We currently only offer these for x86-64 systems.
5050

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
5252
your existing sudo installation. You can achieve this using the commands:
5353
```sh
5454
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
7272
For an explanation of the sudoers syntax you can look at the
7373
[sudoers man page](https://www.sudo.ws/docs/man/sudoers.man/).
7474

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):
7676

7777
session required pam_limits.so
7878

@@ -81,7 +81,9 @@ Of course, if you **don't** have Todd Miller's `sudo` installed, you also have t
8181
@include common-session-noninteractive
8282

8383
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.
8587

8688
### Building from source
8789

0 commit comments

Comments
 (0)