diff options
Diffstat (limited to 'examples/withallsubuids.py')
-rwxr-xr-x | examples/withallsubuids.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/withallsubuids.py b/examples/withallsubuids.py index c247002..32ff2f6 100755 --- a/examples/withallsubuids.py +++ b/examples/withallsubuids.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+ """Map all available ranges from /etc/subuid and /etc/subgid as identity and run a given command with all capabilities (including CAP_DAC_OVERRIDE) |