[1306] in SIPB_Linux_Development
disserve has wrong permissions in discuss packages
daemon@ATHENA.MIT.EDU (Nathan J Williams)
Sun Apr 14 19:31:49 1996
Date: Sun, 14 Apr 1996 19:31:27 -0400
From: Nathan J Williams <nathanw@MIT.EDU>
To: linux-dev@MIT.EDU
The /usr/atehna/etc/disserve program in the discuss package,
for both a.out and elf, is owned by user 32000 (usually discuss) and
group 0, and is setgid. Since the usual discuss configuration has the
files owned by discuss and non-group-readable, it would probably be
more useful for disserve to be setuid than setgid, so that it can
actually serve meetings.
- Nathan