summaryrefslogtreecommitdiff
path: root/sandbox-systrace.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-06-23 19:45:51 +1000
committerDamien Miller <djm@mindrot.org>2011-06-23 19:45:51 +1000
commitdcbd41e7aff4c7ef10dd13d8833a8cba82f9a794 (patch)
treee4201b8d9d2ad65fb70c34b9de1265702ef26806 /sandbox-systrace.c
parent80b62e37384b14187b6d9fa5eb3cf6bf04a3cf3a (diff)
- djm@cvs.openbsd.org 2011/06/23 09:34:13
[sshd.c ssh-sandbox.h sandbox.h sandbox-rlimit.c sandbox-systrace.c] [sandbox-null.c] rename sandbox.h => ssh-sandbox.h to make things easier for portable
Diffstat (limited to 'sandbox-systrace.c')
-rw-r--r--sandbox-systrace.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox-systrace.c b/sandbox-systrace.c
index 5d0b7fb86..8058b7d40 100644
--- a/sandbox-systrace.c
+++ b/sandbox-systrace.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: sandbox-systrace.c,v 1.3 2011/06/23 09:34:13 djm Exp $ */
1/* 2/*
2 * Copyright (c) 2011 Damien Miller <djm@mindrot.org> 3 * Copyright (c) 2011 Damien Miller <djm@mindrot.org>
3 * 4 *
@@ -37,7 +38,7 @@
37 38
38#include "atomicio.h" 39#include "atomicio.h"
39#include "log.h" 40#include "log.h"
40#include "sandbox.h" 41#include "ssh-sandbox.h"
41#include "xmalloc.h" 42#include "xmalloc.h"
42 43
43static const int preauth_policy[] = { 44static const int preauth_policy[] = {