1. 09 Apr, 2009 3 commits
  2. 08 Apr, 2009 10 commits
  3. 07 Apr, 2009 3 commits
  4. 06 Apr, 2009 2 commits
  5. 03 Apr, 2009 21 commits
  6. 02 Apr, 2009 1 commit
    • Mark Grondona's avatar
      Ensure slurmctld adopts SlurmUser GID as well as UID. · 42825a64
      Mark Grondona authored
      This patch abstracts the establishment of slurm user credentials
      in slurmctld when SlurmUser != root. It adds a call to setgid()
      to adopt the SLURM user's primary group, instead of running with
      whatever primary group was in effect when invoking the slurmctld
      executable. Also, errors in establishing user credentials are
      fatal errors, instead of just warnings.
      
      This is a minor security enhancement.
      42825a64