]> git.ipfire.org Git - pakfire.git/commit
pwd: Sum up reading subuid/subgid
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 31 Oct 2022 10:18:30 +0000 (10:18 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 31 Oct 2022 10:18:30 +0000 (10:18 +0000)
commit74a3d0c73e022a23fa8743a23f7064db9240746e
treebc452d32a77c7c35faea07916ca3995af2c92313
parent955d027ff1c769ea9cb3c11bd35fd0826cba35a0
pwd: Sum up reading subuid/subgid

I misinterpreted the format of /etc/subgid and used the group name when
instead it is the same format as /etc/subuid.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/include/pakfire/pwd.h
src/libpakfire/pakfire.c
src/libpakfire/pwd.c