Bug 166155
Summary: | ckermit cannot open lock file in /var/lock | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Steve Falco <sfalco> | ||||||
Component: | ckermit | Assignee: | Peter Vrabec <pvrabec> | ||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4 | ||||||||
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: | 2005-09-05 12:37:36 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: | |||||||||
Attachments: |
|
Description
Steve Falco
2005-08-17 15:55:46 UTC
Created attachment 117841 [details]
The spec file patch
Created attachment 117842 [details]
The makefile patch
thx., but I think I have better solution: 1, I add -DHAVE_BAUDBOY to KFLAGS in ckermit.spec (but lockdev package have to be fixed before I build new release) 2, user must be in uucp group to do "set line /dev/ttyS0" see: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=49908 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58807 Agreed - baudboy.h is a better soln. for the basic locking mechanism. I assume that your intent is to have all packages that need serial ports to use baudboy.h eventually. At my location, I will probably "chgrp uucp kermit", and "chmod g+s kermit" so that my users don't have to be in the uucp group. Hopefully, that will work given your fix. Basically, we only use the serial ports to talk to the embedded HW that we build here. So, we have no security constraints on our serial ports. I understand that other sites look at this differently :-) I agree that the default should be highly secure, as long as folks like me can turn security off if that is more appropriate to the local environment. Thanks! fixed in fc4 and devel. |