diff options
Diffstat (limited to 'examples/pidns.py')
-rwxr-xr-x | examples/pidns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pidns.py b/examples/pidns.py index d926d87..0ef049e 100755 --- a/examples/pidns.py +++ b/examples/pidns.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+ """Create a pid namespace and provide a matching /proc view. As a consequence, user and mount namespaces will be unshared as well. |