diff options
Diffstat (limited to 'examples/chrootfuse.py')
-rwxr-xr-x | examples/chrootfuse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chrootfuse.py b/examples/chrootfuse.py index d8ca965..0eeb5ce 100755 --- a/examples/chrootfuse.py +++ b/examples/chrootfuse.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+ """Mount a given filesystem image inside a user and mount namespace using an unprivileged fuse driver and chroot into the mounted filesystem. Supported |