Bug#1055517: opensysusers: modifies host system instead of target environment

2023-12-16 Thread Andrea Pappacoda
Hi Ansgar, On Tue, 07 Nov 2023 19:38:25 +0100 Ansgar wrote: > opensysusers doesn't really implement the `--root` option (though it > pretends a bit). Functions like `add_group` always access > `/etc/group` and use tools like `groupadd`: > > ```sh > grep -q "^$1:" /etc/group || groupadd -r "$1"

Bug#1055517: opensysusers: modifies host system instead of target environment

2023-11-07 Thread Ansgar
Package: opensysusers Version: 0.7.3-2 Severity: grave Tags: security upstream X-Debbugs-Cc: Debian Security Team opensysusers doesn't really implement the `--root` option (though it pretends a bit). Functions like `add_group` always access `/etc/group` and use tools like `groupadd`: ```sh