Skip to content
Snippets Groups Projects
  1. Dec 07, 2021
  2. Dec 06, 2021
  3. Dec 04, 2021
  4. Nov 11, 2021
  5. May 31, 2021
  6. Jan 19, 2021
  7. Sep 02, 2020
  8. Aug 30, 2020
  9. Aug 21, 2020
  10. May 19, 2020
  11. 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
  12. May 03, 2020
  13. May 02, 2020
  14. Nov 13, 2019
  15. Oct 06, 2019
  16. May 23, 2019
  17. May 02, 2019
  18. Dec 06, 2018
  19. Aug 21, 2018
  20. Jan 05, 2018
  21. Dec 31, 2017
  22. Nov 15, 2017
  23. Oct 17, 2017
  24. Oct 16, 2017
  25. Sep 20, 2017
  26. Sep 12, 2017
  27. 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
  28. Sep 05, 2017
  29. Sep 04, 2017
  30. Sep 03, 2017
  31. Sep 01, 2017
  32. Aug 31, 2017
Loading