mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
added _PATH_DEV
This commit is contained in:
parent
62b47b8b91
commit
1f0b6dbfd5
@ -28,6 +28,10 @@
|
||||
#include <paths.h>
|
||||
#endif /* HAVE_PATHS_H */
|
||||
|
||||
#ifndef _PATH_DEV
|
||||
#define _PATH_DEV "/dev/"
|
||||
#endif /* _PATH_DEV */
|
||||
|
||||
#ifndef _PATH_SUDO_SUDOERS
|
||||
#define _PATH_SUDO_SUDOERS "/etc/sudoers"
|
||||
#endif /* _PATH_SUDO_SUDOERS */
|
||||
|
Loading…
x
Reference in New Issue
Block a user