Skip to content
Snippets Groups Projects
  1. Feb 25, 2022
  2. Jan 14, 2022
  3. Dec 14, 2021
    • Reiner Hauser's avatar
      Support sudo rules in PMGLauncher · 792b64a1
      Reiner Hauser authored
      If TDAQ_PMG_USE_SUDO=1 the PMGLauncher will rely on sudo
      to change uid/gids rather than on being a SUID executable.
      Note that this has highest priority and will fail if sudo
      does not allow the transition.
      
      Otherwise it falls back to old behaviour:
        - if it is suid, change uid/gid for new process
        - else execute as current uid
      792b64a1
  4. Dec 09, 2021
  5. Dec 06, 2021
  6. Nov 16, 2021
  7. Oct 11, 2021
  8. Oct 08, 2021
  9. Oct 07, 2021
    • Reiner Hauser's avatar
      Minor cosmetics · 1d989f6c
      Reiner Hauser authored
      1d989f6c
    • Reiner Hauser's avatar
      Optimize eosfusebind call. · dd672e9e
      Reiner Hauser authored
      We basically check if the binding for current uid/session
      already exists, and if it agrees with $KRBCCNAME we do
      nothing.
      
      This avoids starting a shell script for every process which
      may block on a lockfile just to do the same thing as every
      other process with the same uid started at this time.
      
      The downside is the pretty ugly code as the credential file
      name contains the uid (easy), session id (easy) and the
      start time of the session leader (must use /proc/${sid}/stats).
      dd672e9e
  10. Oct 06, 2021
  11. Oct 05, 2021
  12. Oct 04, 2021
  13. May 04, 2021
  14. Mar 02, 2021
  15. Mar 01, 2021
  16. Feb 23, 2021
  17. Feb 18, 2021
  18. Feb 09, 2021
  19. Jan 19, 2021
  20. Dec 01, 2020
  21. Nov 03, 2020
  22. Sep 24, 2020
  23. Jun 25, 2020
  24. May 19, 2020
  25. Apr 14, 2020
  26. Mar 27, 2020
  27. Mar 25, 2020
  28. Mar 24, 2020
  29. Nov 06, 2019
  30. May 28, 2019
Loading