Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Christian Ferbar
    3. Posts
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    Posts

    Recent
    • RE: Protect your Raspberry PI SD card, use Read-Only filesystem

      Thanks a lot for this tutorial!
      On debian jessie /usr/lib/tmpfiles.d/var.conf chmods /var/spool to 0755. This means that /tmp is changed to 0755 as well because we changed /var/spool to point to /tmp. So the /var/spool line in /usr/lib/tmpfiles.d/var.conf has to be commented out.
      /run and /run/lock are tmpfs already, maybe they are better softlink targets than /tmp.

      posted in Blog articles comments
      C
      Christian Ferbar