Skip to content
Snippets Groups Projects
  1. Aug 30, 2020
  2. Aug 21, 2020
  3. May 19, 2020
  4. 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
  5. May 03, 2020
  6. May 02, 2020
  7. Nov 13, 2019
  8. Oct 06, 2019
  9. May 23, 2019
  10. May 02, 2019
  11. Dec 06, 2018
  12. Aug 21, 2018
  13. Jan 05, 2018
  14. Dec 31, 2017
  15. Nov 15, 2017
  16. Oct 17, 2017
  17. Oct 16, 2017
  18. Sep 20, 2017
  19. Sep 12, 2017
  20. 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
  21. Sep 05, 2017
  22. Sep 04, 2017
  23. Sep 03, 2017
  24. Sep 01, 2017
  25. Aug 31, 2017
  26. Aug 30, 2017
    • Sébastien Luttringer's avatar
      Winter has come. · 8a443108
      Sébastien Luttringer authored
      - Implement /etc/profile check PATH (FS#47884)
      - Move rfkill group to rfkill package
      - Move locate to mlocate package (FS#53539)
      - Remove systemd provided users and groups
      - Move filesystem users/group to systemd-sysusers (FS#45196)
      - Remove install scriptlet
      - Remove nss compat from nsswitch.conf (FS#54592)
      - Remove host.conf order (FS#54875)
      - Remove end of file in config files
      - Add headers and hint to man page for config files
      - Remove archlinux man page. Wiki and install are far better.
      8a443108
  27. Mar 26, 2017
  28. Dec 05, 2016
  29. Nov 26, 2016
  30. Nov 06, 2016
  31. Nov 05, 2016
  32. Nov 03, 2016
Loading