Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
2fe7147d
Commit
2fe7147d
authored
22 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Sample file access right test script.
parent
4e538c2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/slurm_unit/slurmctld/security_2_1.csh
+35
-0
35 additions, 0 deletions
testsuite/slurm_unit/slurmctld/security_2_1.csh
with
35 additions
and
0 deletions
testsuite/slurm_unit/slurmctld/security_2_1.csh
0 → 100755
+
35
−
0
View file @
2fe7147d
#!/bin/csh
setenv CONFIG /etc/slurm.conf
setenv DEPLOY /usr/local
echo "Insure that files are not user writable"
ls -ld $DEPLOY/bin/srun
ls -ld $DEPLOY/bin/sinfo
ls -ld $DEPLOY/bin/squeue
ls -ld $DEPLOY/bin/scontrol
ls -ld $DEPLOY/bin/scancel
ls -ld $DEPLOY/sbin/slurmctld
ls -ld $DEPLOY/sbin/slurmd
ls -ld $CONFIG
echo "Insure that configured files are not user writable"
grep Epilog $CONFIG
ls -ld /admin/sbin/slurm.epilog
grep Prolog $CONFIG
ls -ld /admin/sbin/slurm.prolog
echo "Private Key must be non-readable too"
grep JobCredential $CONFIG
ls -ld /usr/local/slurm/private.key
ls -ld /usr/local/slurm/public.cert
grep PluginDir $CONFIG
ls -ld /usr/local/lib/slurm
ls -l /usr/local/lib/slurm
grep SlurmdSpoolDir $CONFIG
ls -ld /tmp/slurmd.spool
grep StateSaveLocation $CONFIG
ls -ld /tmp/slurm.state
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment