diff options
Diffstat (limited to 'examples/fakeroot.py')
-rwxr-xr-x | examples/fakeroot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fakeroot.py b/examples/fakeroot.py index 47db330..9679bab 100755 --- a/examples/fakeroot.py +++ b/examples/fakeroot.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+ """Vaguely emulate fakeroot using a user namespace that maps the current user and group to root and the rest of the low range to a subuid range without |