Skip to content
Snippets Groups Projects
  1. Jan 16, 2025
  2. Jan 10, 2025
  3. Jan 09, 2025
    • Allan McRae's avatar
      Provide a default sandboxuser · 7ccf316c
      Allan McRae authored
      
      If sandboxuser is not set, pacman/libalpm does not handle moving
      incomplete download files out of the temporary download directories
      and into the cache. This leave download_XXXXXX directories in the
      cache that cause warnings on -Sc operations.
      
      Initialise the sandboxuser with the username of UID 0 (root on most
      systems).
      
      Fixes #209.
      
      Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
      7ccf316c
  4. Jan 08, 2025
  5. Jan 03, 2025
  6. Dec 28, 2024
  7. Dec 20, 2024
  8. Dec 18, 2024
  9. Dec 12, 2024
  10. Dec 10, 2024
  11. Dec 07, 2024
  12. Nov 27, 2024
  13. Sep 28, 2024
  14. Sep 25, 2024
  15. Sep 08, 2024
    • Allan McRae's avatar
      libalpm: only chown downloaded files when running as root · 7bc5d55b
      Allan McRae authored
      
      Some libaplm utilities sync databases as a non-root user for use in
      actvities other than system updates.  The ability to download as a
      non-root user was broken as part of the download sandboxing.
      
      Applying a minimial fix by preventing the chown of the downloaded file
      if the user is non-root.  A larger change increasing the robustness
      and error checking of this path is warranted in the future.
      
      Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
      7bc5d55b
  16. Aug 03, 2024
  17. Aug 02, 2024
  18. Jul 16, 2024
  19. Jul 14, 2024
Loading