Bug 13467

Summary: Conflicting permission entries
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: linuxconfAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
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: 2000-07-04 13:26:51 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 Enrico Scholz 2000-07-04 13:26:50 UTC
/usr/lib/linuxconf/redhat/perm/ contains RH specific permission files and
the original ones for mail and ppp:

$ ll
-rw-r--r--    1 root     root          150 Jun 29 22:11 mail
-rw-r--r--    1 ensc     ensc          150 Okt  2  1998 mail.rhconf
-rw-r--r--    1 root     root           31 Jun 29 22:11 ppp
-rw-r--r--    1 root     root           32 Dez  7  1997 ppp.rhconf


This causes conflicts when calling fixperm:

# LANG=C fixperm --update
    Changing owner of file /var/spool/mqueue to root.mail
    Changing owner of file /var/spool/mqueue to root.root
# LANG=C fixperm --update
    Changing owner of file /var/spool/mqueue to root.mail
    Changing owner of file /var/spool/mqueue to root.root

Comment 1 Enrico Scholz 2000-08-03 17:10:23 UTC
Fixed in beta5