Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 1996 18:43:10 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/rwhod rwhod.c
Message-ID:  <199609070143.SAA15756@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/09/06 18:43:10

  Modified:    usr.sbin/rwhod  rwhod.c
  Log:
  When looking for "group daemon" (since that's what's in mtree), make sure
  we actually look for the *group* and not the user's gid.  user daemon
  has traditionally been group 31 (guest).
  
  Also clear out the groups vector so that it doesn't inherit the groups
  of the invoking user (ever run rwhod by hand before?)  Unfortunately, we
  can't empty the supplemental groups list because the !&@^#! egid is stored
  in there! :-(
  
  Revision  Changes    Path
  1.5       +7 -4      src/usr.sbin/rwhod/rwhod.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609070143.SAA15756>