Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19584 - Invalid group name in /etc/security/console.perms (pam-0.75-r11)
Summary: Invalid group name in /etc/security/console.perms (pam-0.75-r11)
Status: RESOLVED DUPLICATE of bug 18599
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-18 19:49 UTC by Leonid Kabanov
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

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 Leonid Kabanov 2003-04-18 19:49:16 UTC
/etc/security/console.perms, line 76:
<console>  0660 <burner>     0660 root.cdwriter

By default there is no such group - cdwriter. But in baselayout's group file
defined group cdrw.

Reproducible: Always
Steps to Reproduce:
1. sed -ne 76p /etc/security/console.perms

Actual Results:  
<console>  0660 <burner>     0660 root.cdwriter


Expected Results:  
<console>  0660 <burner>     0660 root.cdrw
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-27 17:24:26 UTC

*** This bug has been marked as a duplicate of 18599 ***