Skip to content

Commit

Permalink
document pam_tid anchoring requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Dec 23, 2024
1 parent 9878563 commit bc021c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/logicer16/pam-watchid/HEAD/install.sh)" -- enable
```

> [!NOTE]
> If you are using macOS Sonoma or later and have already modified `sudo_local`, ensure the file still contains the original `auth sufficient pam_tid.so` line, with or without the comment at the start. The enable script uses this to "anchor" where the `pam_watchid.so` line will be inserted. If the line isn't present, no changes will be made.
### Manual
1. Run inside a cloned copy of the repo:
```sh
Expand Down

0 comments on commit bc021c2

Please sign in to comment.