1

Add sudo config

This commit is contained in:
Evan Pratten 2024-11-06 10:50:11 -05:00
parent a3a245f139
commit 9384c39d57

View File

@ -0,0 +1,4 @@
#! /bin/bash
# Run this script to enable sudo with Touch ID
sed "s/^#auth/auth/" /etc/pam.d/sudo_local.template | sudo tee /etc/pam.d/sudo_local