Move locks from /etc/opielocks to /var/run/opielocks to keep
/etc non-writeable as possible
This commit is contained in:
parent
64fd8fa8a0
commit
b1769be32c
@ -169,7 +169,7 @@
|
||||
#define NEW_PROMPTS 1
|
||||
|
||||
/* Defined to the path of the OPIE lock directory */
|
||||
#define OPIE_LOCK_DIR "/etc/opielocks"
|
||||
#define OPIE_LOCK_DIR "/var/spool/opielocks"
|
||||
|
||||
/* Defined if users are to be asked to re-type secret pass phrases */
|
||||
/* #undef RETYPE */
|
||||
|
@ -169,7 +169,7 @@
|
||||
#define NEW_PROMPTS 1
|
||||
|
||||
/* Defined to the path of the OPIE lock directory */
|
||||
#define OPIE_LOCK_DIR "/etc/opielocks"
|
||||
#define OPIE_LOCK_DIR "/var/spool/opielocks"
|
||||
|
||||
/* Defined if users are to be asked to re-type secret pass phrases */
|
||||
/* #undef RETYPE */
|
||||
|
Loading…
Reference in New Issue
Block a user