aboutsummaryrefslogtreecommitdiff
path: root/tools/test/stress2/misc/mountu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/stress2/misc/mountu.sh')
-rwxr-xr-xtools/test/stress2/misc/mountu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/mountu.sh b/tools/test/stress2/misc/mountu.sh
index abd3c744d160..95043e634ef1 100755
--- a/tools/test/stress2/misc/mountu.sh
+++ b/tools/test/stress2/misc/mountu.sh
@@ -241,7 +241,7 @@ main(int argc __unused, char **argv)
if ((pw = getpwnam("nobody")) == NULL)
err(1, "no such user: nobody");
- if (setgroups(1, &pw->pw_gid) ||
+ if (setgroups(0, NULL) ||
setegid(pw->pw_gid) || setgid(pw->pw_gid) ||
seteuid(pw->pw_uid) || setuid(pw->pw_uid))
err(1, "Can't drop privileges to \"nobody\"");