[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Changing condor_submit generated file owner/permissions
- Date: Wed, 06 Feb 2013 10:49:36 +0100
- From: Max Fischer <mfischer@xxxxxxxxxxxxxxxxxxxx>
- Subject: [HTCondor-users] Changing condor_submit generated file owner/permissions
Hi,
we've been running a condor pool with user access through condor's
inbuilt -remote functionality and would now like to expand its access to
ssh/gsissh based on Remote HTCondor. The problem we are facing is due to
the fact that we can't have condor running as true root for our shared
disk nor do the user accounts share the same user group as condor (the
user database is imported with LDAP and we can't add condor to it).
When submitting a job as a regular user, condor_submit will pre-create
the expected output files with the user persona. With both the default
condor_submit and setgid condor_submit, these are not accessible by
condor. Is there a way to prevent condor_submit from creating the files
and have the condor daemons create them when they have to? Can I change
the umask for the new files somehow? Or can I automatically have
condor_submit delegated to the condor user?
Cheers,
Max