mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Spotted another copy of the loony error message.
This commit is contained in:
parent
3c9b26f049
commit
b53756d2fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170739
@ -327,7 +327,7 @@ run_file(const char *filename, uid_t uid, gid_t gid)
|
||||
PRIV_START
|
||||
|
||||
if (initgroups(pentry->pw_name,pentry->pw_gid))
|
||||
perr("cannot delete saved userids");
|
||||
perr("cannot init group access list");
|
||||
|
||||
if (setgid(gid) < 0 || setegid(pentry->pw_gid) < 0)
|
||||
perr("cannot change group");
|
||||
|
Loading…
Reference in New Issue
Block a user