summaryrefslogtreecommitdiff
path: root/sandbox-rlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-rlimit.c')
-rw-r--r--sandbox-rlimit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sandbox-rlimit.c b/sandbox-rlimit.c
index 4d832fc3d..761e9284f 100644
--- a/sandbox-rlimit.c
+++ b/sandbox-rlimit.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: sandbox-rlimit.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 *
@@ -31,7 +32,7 @@
31#include <unistd.h> 32#include <unistd.h>
32 33
33#include "log.h" 34#include "log.h"
34#include "sandbox.h" 35#include "ssh-sandbox.h"
35#include "xmalloc.h" 36#include "xmalloc.h"
36 37
37/* Minimal sandbox that sets zero nfiles, nprocs and filesize rlimits */ 38/* Minimal sandbox that sets zero nfiles, nprocs and filesize rlimits */