Skip to content
Snippets Groups Projects
  1. Oct 18, 2022
  2. Oct 17, 2022
  3. Dec 07, 2021
  4. Dec 06, 2021
  5. Dec 04, 2021
  6. Nov 11, 2021
  7. May 31, 2021
  8. Jan 19, 2021
  9. Sep 02, 2020
  10. Aug 30, 2020
  11. Aug 21, 2020
  12. May 19, 2020
  13. May 07, 2020
    • Sébastien Luttringer's avatar
    • Sébastien Luttringer's avatar
      Set a default root password. · 54640304
      Sébastien Luttringer authored
      This will prevent root login with an empty password on a fresh Arch Linux
      installation.
      
      This is only about the default behaviour, you could restore the previous one by
      running `passwd -d root'.
      Please note, this is not recommended and behave inconsistenly between
      applications.
      
      We use a trick in the shadow file to set a default password which never allow
      login by using this password.
      
      The special value '*' is used in the shadow file.
      We don't use '!', '!!', '!*' on purpose.
      The special '!' char, which should mean password locked (and not account locked)
      is interpreted by some applications (e.g. sshd) as an account locked and will
      prevent root login.
      
      This change was suggested by Lennart Poettering and Zbigniew Jedrzejewski-Szmek
      to security@archlinux.org.
      54640304
  14. May 03, 2020
  15. May 02, 2020
  16. Nov 13, 2019
  17. Oct 06, 2019
  18. May 23, 2019
  19. May 02, 2019
  20. Dec 06, 2018
  21. Aug 21, 2018
  22. Jan 05, 2018
  23. Dec 31, 2017
  24. Nov 15, 2017
  25. Oct 17, 2017
  26. Oct 16, 2017
  27. Sep 20, 2017
  28. Sep 12, 2017
  29. Sep 11, 2017
    • Sébastien Luttringer's avatar
      Various fixes · 308f10e6
      Sébastien Luttringer authored
      - use uid/gid in PKGBUILD to avoid dependency to itself
      - add nobody as a static user (FS#55589)
      - add headers to passwd,shadow,group,gshadow
      - sort deps and backup alphabetically
      308f10e6
  30. Sep 05, 2017
  31. Sep 04, 2017
  32. Sep 03, 2017
  33. Sep 01, 2017
Loading