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