From 52b610b635cbe99e031b08d972e57b6ce1234a8f Mon Sep 17 00:00:00 2001 From: IGP Date: Fri, 7 Oct 2016 02:13:51 -0400 Subject: [PATCH] Update pamusb-agent Switching to pam_usb.conf to match other pam module naming schemes. --- tools/pamusb-agent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pamusb-agent b/tools/pamusb-agent index a252a5c..8dd5027 100755 --- a/tools/pamusb-agent +++ b/tools/pamusb-agent @@ -123,7 +123,7 @@ try: except getopt.GetoptError: usage() -options = {'configFile' : '/etc/pamusb.conf', +options = {'configFile' : '/etc/security/pam_usb.conf', 'daemon' : False, 'check' : '/usr/bin/pamusb-check'}