summaryrefslogtreecommitdiff
path: root/pathnames.h.in
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2021-08-09 15:50:25 -0600
committerTodd C. Miller <Todd.Miller@sudo.ws>2021-08-09 15:50:25 -0600
commitdae3e42202f99a6f4a79fdd312bc5b74aa1c42af (patch)
tree2eb6c47ea05c8ba4d09875a465c40c050926b7f4 /pathnames.h.in
parent6ba837d43339edfcfa6f4ab2253ae49112f6c997 (diff)
downloadsudo-dae3e42202f99a6f4a79fdd312bc5b74aa1c42af.tar.gz
Add support for loading the sudo_intercept.so DSO.
Diffstat (limited to 'pathnames.h.in')
-rw-r--r--pathnames.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/pathnames.h.in b/pathnames.h.in
index 0115961a5..5d86a73c4 100644
--- a/pathnames.h.in
+++ b/pathnames.h.in
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: ISC
*
- * Copyright (c) 1996, 1998, 1999, 2001, 2004, 2005, 2007-2014
+ * Copyright (c) 1996, 1998, 1999, 2001, 2004, 2005, 2007-2021
* Todd C. Miller <Todd.Miller@sudo.ws>.
*
* Permission to use, copy, modify, and distribute this software for any
@@ -162,6 +162,10 @@
# undef _PATH_SUDO_SENDMAIL
#endif /* _PATH_SUDO_SENDMAIL */
+#ifndef _PATH_SUDO_INTERCEPT
+# undef _PATH_SUDO_INTERCEPT
+#endif /* _PATH_SUDO_INTERCEPT */
+
#ifndef _PATH_SUDO_NOEXEC
# undef _PATH_SUDO_NOEXEC
#endif /* _PATH_SUDO_NOEXEC */