]> git.ipfire.org Git - thirdparty/shadow.git/commit
Add tests for group checking in newuidmap/newgidmap 308/head
authorMartijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Mon, 8 Feb 2021 12:20:04 +0000 (13:20 +0100)
committerMartijn de Gouw <martijn.de.gouw@prodrive-technologies.com>
Mon, 8 Feb 2021 12:32:18 +0000 (13:32 +0100)
commit246d5c1c25d6c664dd6977686ade58402011ceb7
tree7e3918038e85c3dcb544ddc57e3e9671484f94ad
parentc464ec55709dc931ba2f24073b8b1a86d5209ab0
Add tests for group checking in newuidmap/newgidmap
36 files changed:
tests/newgidmap/01_newgidmap/config.txt [new file with mode: 0644]
tests/newgidmap/01_newgidmap/config/etc/group [new file with mode: 0644]
tests/newgidmap/01_newgidmap/config/etc/login.defs [new file with mode: 0644]
tests/newgidmap/01_newgidmap/config/etc/passwd [new file with mode: 0644]
tests/newgidmap/01_newgidmap/config/etc/subgid [new file with mode: 0644]
tests/newgidmap/01_newgidmap/config/etc/subuid [new file with mode: 0644]
tests/newgidmap/01_newgidmap/data/gid_map [new file with mode: 0644]
tests/newgidmap/01_newgidmap/newgidmap.test [new file with mode: 0755]
tests/newgidmap/02_newgidmap_relaxed_gid_check/config.txt [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/config/etc/group [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/config/etc/login.defs [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/config/etc/passwd [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/config/etc/subgid [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/config/etc/subuid [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/data/gid_map [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/data/gid_map.bar [new file with mode: 0644]
tests/newgidmap/02_newgidmap_relaxed_gid_check/newgidmap.test [new file with mode: 0755]
tests/newuidmap/01_newuidmap/config.txt [new file with mode: 0644]
tests/newuidmap/01_newuidmap/config/etc/group [new file with mode: 0644]
tests/newuidmap/01_newuidmap/config/etc/login.defs [new file with mode: 0644]
tests/newuidmap/01_newuidmap/config/etc/passwd [new file with mode: 0644]
tests/newuidmap/01_newuidmap/config/etc/subgid [new file with mode: 0644]
tests/newuidmap/01_newuidmap/config/etc/subuid [new file with mode: 0644]
tests/newuidmap/01_newuidmap/data/uid_map [new file with mode: 0644]
tests/newuidmap/01_newuidmap/newuidmap.test [new file with mode: 0755]
tests/newuidmap/02_newuidmap_relaxed_gid_check/config.txt [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/config/etc/group [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/config/etc/login.defs [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/config/etc/passwd [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/config/etc/subgid [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/config/etc/subuid [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/data/uid_map [new file with mode: 0644]
tests/newuidmap/02_newuidmap_relaxed_gid_check/newuidmap.test [new file with mode: 0755]
tests/run_all
tests/run_all.coverage
tests/run_some