• libewa@feddit.org
        link
        fedilink
        arrow-up
        2
        ·
        9 hours ago

        macOS by default makes /Users/* only readable by the owner, except for $HOME/Public, which is drwxr-xr-x, and $HOME/Public/Postbox, which is drwx-w--w-

        • 𝘋𝘪𝘳𝘬@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          4 hours ago

          The programs usually run in user context and have access to the files.

          Even if thinking very hard I cannot come up with a scenario where a program that does not run in user context needs access to user files.

          • renegadespork@lemmy.jelliefrontier.net
            link
            fedilink
            English
            arrow-up
            2
            ·
            2 hours ago

            Usually, but there might be services running as other users that reference those configs. It really just depends on what’s on your system. Obviously you can make 700 work, but it might require tweaking some stuff.

            • 𝘋𝘪𝘳𝘬@lemmy.ml
              link
              fedilink
              arrow-up
              1
              ·
              2 hours ago

              It really just depends on what’s on your system.

              Yes, this is what I wonder.

              I use Linux since ca. 2005 and never ever had a program not working because it could not read a user’s $HOME contents.

        • wheezy@lemmy.ml
          link
          fedilink
          English
          arrow-up
          11
          ·
          14 hours ago

          Unfortunately. I really wish $HOME was reserved for files I create myself. I know. I can create my own shit for that. But, I really wish every single random project I download to fuck around with didn’t drop a config directory or file in there. ITS MY HOME.

          • meekah@discuss.tchncs.de
            link
            fedilink
            arrow-up
            10
            ·
            12 hours ago

            I mean, having config files in there makes a lot of sense. It allows you to move your home to some other machine/install and immediately feel at home, because everything is configured to your liking.

            Now, the fact that many apps create their own directory instead of putting their stuff in ~/.config is pretty annoying.