systemd.conf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # This file is part of systemd.
  2. #
  3. # systemd is free software; you can redistribute it and/or modify it
  4. # under the terms of the GNU Lesser General Public License as published by
  5. # the Free Software Foundation; either version 2.1 of the License, or
  6. # (at your option) any later version.
  7. # See tmpfiles.d(5) for details
  8. d /run/user 0755 root root -
  9. F! /run/utmp 0664 root utmp -
  10. d /run/systemd/ask-password 0755 root root -
  11. d /run/systemd/seats 0755 root root -
  12. d /run/systemd/sessions 0755 root root -
  13. d /run/systemd/users 0755 root root -
  14. d /run/systemd/machines 0755 root root -
  15. d /run/systemd/shutdown 0755 root root -
  16. d /run/systemd/netif 0755 systemd-network systemd-network -
  17. d /run/systemd/netif/links 0755 systemd-network systemd-network -
  18. d /run/systemd/netif/leases 0755 systemd-network systemd-network -
  19. d /run/systemd/netif/lldp 0755 systemd-network systemd-network -
  20. d /run/log 0755 root root -
  21. z /run/log/journal 2755 root systemd-journal - -
  22. Z /run/log/journal/%m ~2750 root systemd-journal - -
  23. a+ /run/log/journal - - - - d:group::r-x,d:group:adm:r-x,group::r-x,group:adm:r-x
  24. a+ /run/log/journal/%m - - - - d:group:adm:r-x,group:adm:r-x
  25. a+ /run/log/journal/%m/*.journal* - - - - group:adm:r--
  26. z /var/log/journal 2755 root systemd-journal - -
  27. z /var/log/journal/%m 2755 root systemd-journal - -
  28. z /var/log/journal/%m/system.journal 0640 root systemd-journal - -
  29. a+ /var/log/journal - - - - d:group::r-x,d:group:adm:r-x,group::r-x,group:adm:r-x
  30. a+ /var/log/journal/%m - - - - d:group:adm:r-x,group:adm:r-x
  31. a+ /var/log/journal/%m/system.journal - - - - group:adm:r--
  32. d /var/lib/systemd 0755 root root -
  33. d /var/lib/systemd/coredump 0755 root root 3d
  34. d /var/lib/private 0700 root root -
  35. d /var/log/private 0700 root root -
  36. d /var/cache/private 0700 root root -