diff options
Diffstat (limited to 'examples/userchroot.py')
-rwxr-xr-x | examples/userchroot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/userchroot.py b/examples/userchroot.py index cbb827a..9a6e1f9 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-2+ +# SPDX-License-Identifier: LGPL-2.0-or-later """Perform something like an unprivileged chroot via a user and mount namespace. This is similar to "unshare --map-auto --mount-proc --root=$1", but |