home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.ultrix:6485 alt.security:4212 comp.security.misc:1098
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!mips!mips!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!iagu.itd.adelaide.edu.au!andrewr
- From: andrewr@iagu.itd.adelaide.edu.au (Andrew Rutherford)
- Newsgroups: comp.unix.ultrix,alt.security,comp.security.misc
- Subject: /etc/group & wheel (was: Re: Ultrix UPGRADE npasswd)
- Message-ID: <8311@sirius.ucs.adelaide.edu.au>
- Date: 26 Aug 92 00:54:51 GMT
- References: <PCL.92Aug7163245@black.oxford.ac.uk> <1992Aug11.180059.371@crc.ricoh.com> <YPCPB0KW@cc.swarthmore.edu>
- Sender: news@ucs.adelaide.edu.au
- Reply-To: andrewr@itd.adelaide.edu.au
- Followup-To: comp.unix.ultrix
- Organization: Information Technology Division, Adelaide University, Australia
- Lines: 24
- Nntp-Posting-Host: iagu.itd.adelaide.edu.au
-
- In article <YPCPB0KW@cc.swarthmore.edu>, hirai@cc.swarthmore.edu (Eiji Hirai) writes:
-
- +I was in a BSD mode for a while and attempted to change the name of group 0
- +to "wheel". However, I found that lots of Ultrix installation programs
- +(like setld stuff, /usr/bin/install, etc) rely on group 0 being "system".
- +So I changed it back to "system". Sigh.
-
- Well, it actually relies on there being a group "system" whose
- GID is 0 - subtle distiction, but you can do the following:
-
- wheel:*:0:root,andrewr
- system:*:0:
-
- And setld, etc, go looking for group "system", and it's GID 0,
- so it's all nice an happy.
-
- Hope this helps,
- Andrew.
-
- /*
- * Andrew Rutherford andrewr@itd.adelaide.edu.au
- * +61 8 228 5669 Real Programmers always confuse Christmas and
- * Room 1060, Adelaide Uni Halloween because OCT 31 == DEC 25 !
- */
-