• Björn Tantau
    link
    fedilink
    1518 hours ago

    /tmp might be world writable but everything created in there belongs to the respective users.

    • @shoki
      link
      218 hours ago

      Exactly! if a service running under root creates a file, it belongs to root. if that file has permissions that don’t allow other users to write (most do), then you can’t delete it without sudo afaik