Changeset 66 for trunk/pbs_drmaa


Ignore:
Timestamp:
01/19/12 14:17:23 (12 years ago)
Author:
mmamonski
Message:

force 0600 mask in pbs script files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_drmaa/util.c

    r29 r66  
    253253                if( fd < 0 ) 
    254254                        fsd_exc_raise_sys(0); 
     255 
     256                if( fchmod(fd, 0600 ) != 0) 
     257                        fsd_exc_raise_sys(0); 
     258 
    255259                while( len > 0 ) 
    256260                 { 
Note: See TracChangeset for help on using the changeset viewer.