Bug 836296 - Umask handling
Summary: Umask handling
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: condor
Version: 2.2
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: grid-maint-list
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks: 834576
TreeView+ depends on / blocked
 
Reported: 2012-06-28 15:45 UTC by Florian Weimer
Modified: 2016-05-26 20:01 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-26 20:01:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Florian Weimer 2012-06-28 15:45:46 UTC
Instead of setting the umask to zero prior to calling creat/open/mkdir and restoring it after the call, Condor should pass 0 as the mode argument to these system calls and subsequently grant additional access rights using fchmod.


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