Bug 30949

Summary: keyinfo can not do setuid
Product: Base System Reporter: koizumi <koizumi>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description koizumi 2001-10-01 04:10:00 UTC
	"keyinfo" does not work because it can not do setuid.

Fix: 

Maybe the mode of "suidperl" is wrong.
	-r-x--x--x  3 root  wheel  50784   9/19 02:26 /usr/bin/suidperl*
How-To-Repeat: 	Do "keyinfo".
Comment 1 ru freebsd_committer freebsd_triage 2001-10-01 18:01:49 UTC
State Changed
From-To: open->closed

suidperl is not installed by default with ``setuid root'' privs. 
Please refer to the make.conf(5) manpage's ENABLE_SUIDPERL entry.