From: Todd C. Miller Date: Fri, 24 Sep 2004 00:15:13 +0000 (+0000) Subject: _PATH_DEV_SYSTRACE X-Git-Tag: SUDO_1_7_0~966 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5431e1451c1790b61bafe4f3c739cfc8be644d98;p=sudo _PATH_DEV_SYSTRACE --- diff --git a/pathnames.h.in b/pathnames.h.in index 5b2fe833f..264edfeb3 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -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 */