2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

_PATH_DEV_SYSTRACE

This commit is contained in:
Todd C. Miller 2004-09-24 00:15:13 +00:00
parent 35b33cc1bc
commit 5431e1451c

View File

@ -112,3 +112,7 @@
#ifndef _PATH_LDAP_CONF
#define _PATH_LDAP_CONF "/etc/ldap.conf"
#endif /* _PATH_LDAP_CONF */
#ifndef _PATH_DEV_SYSTRACE
#define _PATH_DEV_SYSTRACE "/dev/systrace"
#endif /* _PATH_DEV_SYSTRACE */