• Björn@swg-empire.de
    link
    fedilink
    arrow-up
    22
    ·
    1 year ago

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

    • shoki@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      1 year 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