From a2fe52affa65611d142aba805ac4fa8b18e61359 Mon Sep 17 00:00:00 2001 From: IGP Date: Thu, 6 Oct 2016 14:49:09 -0400 Subject: [PATCH] Update conf.h Change conf file location to match updated Makefile. --- src/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.h b/src/conf.h index e77171e..4dc64ab 100644 --- a/src/conf.h +++ b/src/conf.h @@ -17,7 +17,7 @@ #ifndef PUSB_CONF_H_ # define PUSB_CONF_H_ -# define PUSB_CONF_FILE "/etc/pamusb.conf" +# define PUSB_CONF_FILE "/etc/security/pamusb.conf" # define CONF_DEVICE_XPATH "//configuration/devices/device[@id='%s']/%s" # define CONF_USER_XPATH "//configuration/users/user[@id='%s']/%s" # define CONF_SERVICE_XPATH "//configuration/services/service[@id='%s']/%s"