From c82bfb319ba7799f91db22ec5427aba66804093c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 5 Apr 2024 19:52:30 -0700 Subject: [PATCH] mu --- dev/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/macos.yml b/dev/macos.yml index 2193cde..b6c1df8 100644 --- a/dev/macos.yml +++ b/dev/macos.yml @@ -37,7 +37,7 @@ path: /etc/pam.d/sudo insertafter: '^auth\s+sufficient' regexp: '^auth\s+sufficient\s+pam_tid.so$' - line: "auth\t\tsufficient\tpam_tid.so" + line: "auth sufficient pam_tid.so" - name: Enable Touch ID for sudo in tmux become: true @@ -45,7 +45,7 @@ path: /etc/pam.d/sudo insertbefore: '^auth\tsufficient\tpam_tid.so' regexp: '^auth\s+optional\s+.*pam_reattach.so$' - line: "auth\t\toptional\t/opt/homebrew/lib/pam/pam_reattach.so" + line: "auth optional /opt/homebrew/lib/pam/pam_reattach.so" # https://github.com/tmux/tmux/issues/2262 - name: Fix tmux-256color terminfo