Bug 4084

Summary: Minicom won't run unless run as root
Product: [Retired] Red Hat Linux Reporter: antonino
Component: minicomAssignee: David Lawrence <dkl>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 6.0CC: pmahadev
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-07-28 18:34:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description antonino 1999-07-17 06:45:04 UTC
Minicom fails unless it's run with root
privileges. As a normal user it fails to create
the lock file in /var/lock/LCK..modem.

The -o option does not override it. Is this a security
feature?

Comment 1 Jeff Johnson 1999-07-28 18:34:59 UTC
Minicom is shipped without the setgid bit needed to write in
/var/lock in order to minimize security risks. If you do
	chgrp uucp /usr/bin/minicom
	chmod g+s /usr/bin/minicom
then any user (not just root) will be able to create a lock file.