aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/unchroot.c
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@protonmail.com>2021-02-15 08:33:05 -0500
committerLibravatar startx2017 <vradu.startx@protonmail.com>2021-02-15 08:33:05 -0500
commit2609e5cf0b82222d83637fa1bd2538645999f04d (patch)
treea1894e4aadd6f7cea96118acf9d954137795903e /test/chroot/unchroot.c
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-2609e5cf0b82222d83637fa1bd2538645999f04d.tar.gz
firejail-2609e5cf0b82222d83637fa1bd2538645999f04d.tar.zst
firejail-2609e5cf0b82222d83637fa1bd2538645999f04d.zip
copyright update
Diffstat (limited to 'test/chroot/unchroot.c')
-rw-r--r--test/chroot/unchroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chroot/unchroot.c b/test/chroot/unchroot.c
index 4454dd1c4..643983ce4 100644
--- a/test/chroot/unchroot.c
+++ b/test/chroot/unchroot.c
@@ -1,5 +1,5 @@
1// This file is part of Firejail project 1// This file is part of Firejail project
2// Copyright (C) 2014-2020 Firejail Authors 2// Copyright (C) 2014-2021 Firejail Authors
3// License GPL v2 3// License GPL v2
4 4
5// simple unchroot example from http://linux-vserver.org/Secure_chroot_Barrier 5// simple unchroot example from http://linux-vserver.org/Secure_chroot_Barrier