Skip to content
Snippets Groups Projects
  1. Apr 28, 2024
    • Daan De Meyer's avatar
      Add symlink from /etc/os-release to /usr/lib/os-release · 3d26c2ee
      Daan De Meyer authored
      From the systemd os-release man page:
      
      > /etc/os-release should be a relative symlink to /usr/lib/os-release,
      > to provide compatibility with applications only looking at /etc/.
      
      While systemd ships a tmpfiles dropin that will make the symlink, when
      building e.g. portable service images, those might not have systemd
      itself, and thus won't have the tmpfiles dropin. To make sure all Arch
      images have the symlink, let's create it as part of the filesystem package
      since we already ship /usr/lib/os-release in the filesystem package as
      well.
      
      We do this in a install script to avoid messing with any existing
      /etc/os-release files or symlinks. For safety we only create the file
      symlink if /etc/os-release is not yet a symlink and doesn't exist.
      3d26c2ee
  2. Apr 07, 2024
  3. Jan 19, 2024
  4. Jan 18, 2024
  5. Sep 18, 2023
  6. Sep 03, 2023
  7. Jan 31, 2023
  8. Jan 30, 2023
  9. Oct 18, 2022
  10. Oct 17, 2022
  11. Dec 07, 2021
  12. Dec 06, 2021
  13. Dec 04, 2021
  14. Nov 11, 2021
  15. May 31, 2021
  16. Jan 19, 2021
  17. Sep 02, 2020
  18. Aug 30, 2020
  19. Aug 21, 2020
  20. May 19, 2020
  21. 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
  22. May 03, 2020
  23. May 02, 2020
  24. Nov 13, 2019
  25. Oct 06, 2019
  26. May 23, 2019
  27. May 02, 2019
  28. Dec 06, 2018
  29. Aug 21, 2018
Loading