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 cd6f743..3bc1c83 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-2+ +# SPDX-License-Identifier: LGPL-2.0-or-later """Unshare a cgroup (and user) namespace such that the entire cgroup hierarchy (inside the namespace) becomes writeable to the user. |