Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2001 11:11:26 -0400 (EDT)
From:      <khera@kciLink.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27336: ports/security/liedent uses incorrect "nobody" uid
Message-ID:  <200105151511.f4FFBQZ86350@onceler.kciLink.com>

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

>Number:         27336
>Category:       ports
>Synopsis:       lident uses wrong UID
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 15 08:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #3: Wed May 2 13:09:53 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386

ports updated yesterday.
	
>Description:
	

liedent runs with fixed UID of 32767 instead of the current "nobody"
uid of 65534.

>How-To-Repeat:
	

install and run the daemon.

>Fix:

	
add this patch to the port:

--- liedentd-1.0/#liedentd.c~	Tue May 15 11:04:51 2001
+++ liedentd-1.0/liedentd.c	Tue May 15 11:04:51 2001
@@ -45,7 +45,7 @@
 #include <unistd.h>
 
 #define IDENT_PORT 113
-#define NOBODY 32767
+#define NOBODY 65534
 
 char *pname;
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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