Giter Site home page Giter Site logo

Permissions about desktop HOT 5 CLOSED

bitwarden avatar bitwarden commented on May 21, 2024
Permissions

from desktop.

Comments (5)

kspearrin avatar kspearrin commented on May 21, 2024

I am not a Linux user so I am not very knowledgeable about how you should set up your user permissions. Maybe someone else here can help answer that. What I can tell you is that we store all application data in Electron's userData path, which is defined here: https://github.com/electron/electron/blob/master/docs/api/app.md#appgetpathname

from desktop.

paul1149 avatar paul1149 commented on May 21, 2024

The standard program setup is to have a central location for the executable, for universal access. It then writes to the various user profiles, respecting the permissions of each profile, so users can't access each other's data. I would assume that's the case here, and would be surprised if it isn't, but because I'm the one who put the BW executable in the /opt folder, I just wanted to make sure.

from desktop.

kspearrin avatar kspearrin commented on May 21, 2024

According to Electron's docs it's at $XDG_CONFIG_HOME or ~/.config. It seems to indicate that it would be stored per user.

from desktop.

paul1149 avatar paul1149 commented on May 21, 2024

Yes, it did seem that way. I also wasn't sure about the data file having the standard user profile permissions: other: read. That means, I think, that other users can read it. Of course, they still need the PW to get to the clear data, but I don't know if physical access is a good idea or not. That's why I changed it to "none". Maybe I'm being over concerned.

from desktop.

kspearrin avatar kspearrin commented on May 21, 2024

If you're concerned about read permissions for other users on the same machine, feel free to adjust them. The file contains only encrypted sensitive information.

from desktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.