summaryrefslogtreecommitdiff
path: root/examples/userchroot.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/userchroot.py')
-rwxr-xr-xexamples/userchroot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/userchroot.py b/examples/userchroot.py
index 4006dc6..cbb827a 100755
--- a/examples/userchroot.py
+++ b/examples/userchroot.py
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# Copyright 2024 Helmut Grohne <helmut@subdivi.de>
-# SPDX-License-Identifier: GPL-3
+# SPDX-License-Identifier: GPL-2+
"""Perform something like an unprivileged chroot via a user and mount
namespace. This is similar to "unshare --map-auto --mount-proc --root=$1", but