Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 17:06:33 +0400 (MSD)
From:      Juriy Goloveshkin <juriy@avias.com>
To:        freebsd-current@freebsd.org
Subject:   keyinfo...
Message-ID:  <Pine.BSF.4.21.0008181617400.64417-100000@localhost>

next in thread | raw e-mail | index | archive | help
Hi all.

1) somebody close bin/15371. I wrote to imp, but he kept silent. 
or I must send pr for close pr?

2) I think this code is useless.
--- keyinfo.c ---
 	login = getlogin();
 	if (login == NULL)
 		errx(1, "Cannot find login name");
 	if (getuid() != 0 && argc > 1 && strcmp(login, argv[1]) != 0)
 		errx(1, "Only superuser may get another user's keys");
---
keyinfo shows the same that after login prompt...
I'm right or not?

Bye
Juriy Goloveshkin



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008181617400.64417-100000>