Skip to content
Snippets Groups Projects
  • Mark Grondona's avatar
    f6e77b82
    Add slurm_spank_task_init_privileged plugin hook · f6e77b82
    Mark Grondona authored
    This patch adds a spank plugin hook that is called just after
    fork() within each task, but before elevated privileges have
    been dropped. This allows plugins to run privileged actions
    on a per-task basis, which wasn't possible with the existing
    task_init hook called just before exec.
    f6e77b82
    History
    Add slurm_spank_task_init_privileged plugin hook
    Mark Grondona authored
    This patch adds a spank plugin hook that is called just after
    fork() within each task, but before elevated privileges have
    been dropped. This allows plugins to run privileged actions
    on a per-task basis, which wasn't possible with the existing
    task_init hook called just before exec.