Browse Source

Update conf.h

Change conf file location to match updated Makefile.
master
IGP 7 years ago
committed by GitHub
parent
commit
a2fe52affa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/conf.h

+ 1
- 1
src/conf.h View File

@ -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"


Loading…
Cancel
Save