Skip site navigation (1)Skip section navigation (2)
Date:      19 Feb 1999 15:18:54 -0000
From:      Tom Hukins <tom@eborcom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10162: Minor fix: kdebase11
Message-ID:  <19990219151854.3017.qmail@eborcom.com>

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

>Number:         10162
>Category:       ports
>Synopsis:       Fix kdmrc to add qmail usernames to NoUsers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 19 07:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Hukins
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
eBORcOM
>Environment:

FreeBSD machine with qmail-1.03 and kde11 installed.

>Description:

patch-at in kdebase11 includes modifications to kdmrc to exclude
certain users from the login window. The patch below adds usernames
which are added by qmail to this list. This makes KDM look tidier on
machines where qmail is installed.

Also, this port installs kvt in $PREFIX/bin. patch-an and patch-ao
modify kdm so it can write to utmp and lastlog. However, the port is
not installed setuid root so these patches have no effect unless the
user changes ownership of the kvt executable to root, and sets the
setuid flag. Is this intended, perhaps for security reasons, or is
it an oversight?

>How-To-Repeat:

	

>Fix:
	
diff -ruN kdebase11.old/patches/patch-at kdebase11/patches/patch-at
--- kdebase11.old/patches/patch-at	Sat Jan  9 12:43:19 1999
+++ kdebase11/patches/patch-at	Fri Feb 19 15:07:57 1999
@@ -10,6 +10,6 @@
 --- 9,13 ----
   SortUsers=true
   #Users=root;johndoe
-! NoUsers=bin;bind;daemon;games;halt;kmem;mail;man;mta;news;nobody;operator;pop;reboot;shutdown;sync;tty;uucp;xten;
+! NoUsers=alias;bin;bind;daemon;games;halt;kmem;mail;man;mta;news;nobody;operator;pop;qmaild;qmaill;qmailp;qmailq;qmailr;qmails;reboot;shutdown;sync;tty;uucp;xten;
   GreetString=K Desktop Environment [HOSTNAME]
   UserView=true

>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?19990219151854.3017.qmail>