]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-supplementarygroups-multiple-groups-withuid.service
Merge pull request #4458 from keszybz/man-nonewprivileges
[thirdparty/systemd.git] / test / test-execute / exec-supplementarygroups-multiple-groups-withuid.service
1 [Unit]
2 Description=Test for Supplementary Group with multiple groups and Uid=1
3
4 [Service]
5 ExecStart=/bin/sh -x -c 'test "$$(id -G)" = "1 2 3" && test "$$(id -g)" = "1" && test "$$(id -u)" = "1"'
6 Type=oneshot
7 User=1
8 SupplementaryGroups=1 2 3