diff options
Diffstat (limited to 'examples/cgroup.py')
-rwxr-xr-x | examples/cgroup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgroup.py b/examples/cgroup.py index 2a423d3..cd6f743 100755 --- a/examples/cgroup.py +++ b/examples/cgroup.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+ """Unshare a cgroup (and user) namespace such that the entire cgroup hierarchy (inside the namespace) becomes writeable to the user. |