Bug 217523 - umask 022 breaks User Private Groups
Summary: umask 022 breaks User Private Groups
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: setup
Version: 5.0
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
: ---
Assignee: Phil Knirsch
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-28 13:25 UTC by Florian Brand
Modified: 2015-03-05 01:18 UTC (History)
2 users (show)

Fixed In Version: RHEL5
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-03-08 16:35:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Florian Brand 2006-11-28 13:25:59 UTC
New behaviour of /etc/bashrc (umask 022 for all) breaks UPG configuration for
many systems without gaining additional security. Please revert to the RHEL4
behaviour of

if [ $UID -gt 99 ] && [ "`id -gn`" = "`id -un`" ]; then
    umask 002
else
    umask 022
fi

Thanks


Note You need to log in before you can comment on or make changes to this bug.