Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sudo_pair/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ use the plugin.
# for your system. Proceed only on a throwaway host.

# install the plugin shared library
install -o root -g root -m 0644 ./target/release/libsudopair.dylib /usr/libexec/sudo
install -o root -g root -m 0644 ./target/release/libsudo_pair.so /usr/lib/sudo/sudo_pair.so

# create a socket directory
install -o root -g root -m 0644 -d /var/run/sudo_pair
Expand All @@ -69,8 +69,8 @@ install -o root -g root -m 0644 ./sample/etc/sudo.conf /etc/sudo.conf

# if these prompts don't work for you, they're configurable via a simple
# templating language explained later in the README
install -o root -g root -m 0644 ./sample/etc/sudo.prompt.user /etc/sudo.prompt.user
install -o root -g root -m 0644 ./sample/etc/sudo.prompt.pair /etc/sudo.prompt.pair
install -o root -g root -m 0644 ./sample/etc/sudo_pair.prompt.user /etc/sudo.prompt.user
install -o root -g root -m 0644 ./sample/etc/sudo_pair.prompt.pair /etc/sudo.prompt.pair
```

This only places the plugin files into their expected locations. The plugin
Expand Down