aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/unchroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/chroot/unchroot.c')
-rw-r--r--test/chroot/unchroot.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/chroot/unchroot.c b/test/chroot/unchroot.c
index 4919637d6..4454dd1c4 100644
--- a/test/chroot/unchroot.c
+++ b/test/chroot/unchroot.c
@@ -1,3 +1,7 @@
1// This file is part of Firejail project
2// Copyright (C) 2014-2020 Firejail Authors
3// License GPL v2
4
1// simple unchroot example from http://linux-vserver.org/Secure_chroot_Barrier 5// simple unchroot example from http://linux-vserver.org/Secure_chroot_Barrier
2#include <unistd.h> 6#include <unistd.h>
3#include <stdlib.h> 7#include <stdlib.h>