summaryrefslogtreecommitdiff
path: root/sandbox-pledge.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-10-14 09:22:15 -0700
committerDamien Miller <djm@mindrot.org>2015-10-14 09:22:15 -0700
commitfafe1d84a210fb3dae7744f268059cc583db8c12 (patch)
tree0fd1e24341575e9272c49230cc8876115371c5d0 /sandbox-pledge.c
parent8f22911027ff6c17d7226d232ccd20727f389310 (diff)
downloadopenssh-git-fafe1d84a210fb3dae7744f268059cc583db8c12.tar.gz
s/SANDBOX_TAME/SANDBOX_PLEDGE/g
Diffstat (limited to 'sandbox-pledge.c')
-rw-r--r--sandbox-pledge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox-pledge.c b/sandbox-pledge.c
index 1d3e247d..d28fc272 100644
--- a/sandbox-pledge.c
+++ b/sandbox-pledge.c
@@ -17,7 +17,7 @@
#include "includes.h"
-#ifdef SANDBOX_TAME
+#ifdef SANDBOX_PLEDGE
#include <sys/types.h>
#include <sys/ioctl.h>
@@ -74,4 +74,4 @@ ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
/* Nothing to do here */
}
-#endif /* SANDBOX_TAME */
+#endif /* SANDBOX_PLEDGE */