X-Git-Url: https://ruderich.org/simon/gitweb/?p=ptyas%2Fptyas.git;a=blobdiff_plain;f=ptyas.c;h=ab99f8ede71cf352d4d7aa2ef9c2af83a5b4ef06;hp=71ac027059afc9f87ec5f8508d9e4aee14e71698;hb=c8ffdb4777654018284c63d7824efca50e5d65b7;hpb=b879b5f514fbbf0c6a9fea8791020afaed25a14f diff --git a/ptyas.c b/ptyas.c index 71ac027..ab99f8e 100644 --- a/ptyas.c +++ b/ptyas.c @@ -119,7 +119,7 @@ static void drop_privileges_or_die(uid_t uid, gid_t gid) { die("setgroups"); } if (getgroups(0, NULL) != 0) { - die_fmt("failed to drop all groups"); + die_fmt("failed to drop all supplementary groups"); } /* Dropping groups may require privileges, do that first. */