Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 1997 16:32:23 -0600 (CST)
From:      Karl <karl@Mcs.Net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/2408: Rwhod now revokes permissions, but fails to chmod files
Message-ID:  <199701072232.QAA25145@Codebase.mcs.net>
Resent-Message-ID: <199701072240.OAA16536@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         2408
>Category:       bin
>Synopsis:       Rwhod now revokes permissions, but fails to chmod files
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan  7 14:40:00 PST 1997
>Last-Modified:
>Originator:     Karl Denninger
>Organization:
MCSNet
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	rwhod now revokes permissions, but fails to fchmod the files to have
	read permission for world.  ruptime and rwho fail as a consequence.

>Description:

	See above

>How-To-Repeat:

	Start rwhod

>Fix:
Add the following at line 288:
	
		fchmod(whod, 0644);

-- Karl Denninger
>Audit-Trail:
>Unformatted:



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