Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90352 - Incorrect permissions for /var/lock
Summary: Incorrect permissions for /var/lock
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 04:32 UTC by Christoph Jacob
Modified: 2005-05-14 13:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Jacob 2005-04-25 04:32:56 UTC
The permissions for /var/lock should be 775, not 755
(to allow users in group uucp to write to lock files)

This has been reported before in Bug 48016 for baselayout-1.8.10 and was
fixed there, but the problem still exists with >=baselayout-1.11.10

Sugested fix 
kdir -o root -g uucp -m0755 /var/lock
should be
kdir -o root -g uucp -m0775 /var/lock




Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-05-14 13:35:31 UTC
fixed in baselayout-1.11.12