Coder Social home page Coder Social logo

Comments (5)

jorangreef avatar jorangreef commented on July 22, 2024

Thanks @jviotti

To understand how sudo-prompt works see: #18 (comment)

The Attempt() call is just the tip of the iceberg. That's there to try and run the command if a sudo session already exists [...] But otherwise, the user command is run by a bash subshell which is called by the applet after acquiring administrator privileges.

from sudo-prompt.

jviotti avatar jviotti commented on July 22, 2024

Hi @jorangreef ,

I inspected the applet zip after decoding it from index.js. After some more experimentation, my Electron application works fine, inheriting env vars correctly when the sudo timestamp is invalidated (the dialog is shown), however it fails afterwards, unless I run sudo -k.

Adding the -E option in Attempt() seems to solve the issue. As far as I can see Attempt() runs the command I passed to sudo-prompt to check if the process fails due to sudo requiring a password, or continues without problems.

Looks like the applet is handling the env var situation correctly already, so making sure Attempt() inherits the environment in case it succeeds is enough.

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

Thanks @jviotti, I saw that sudo's -E option can fail if denied by the user's sudoers policy:

sudo will return an error if the -E option is specified and the user does not have permission to preserve the environment.

I am not sure whether we will run into any -E errors in the wild, but if we do, then we will need to add support for explicit options.env in sudo-prompt rather than relying on the applet and sudo to preserve the user's environment.

For now though, we need to make a small change to the pull request (see there), and then it should be fine to land.

from sudo-prompt.

jviotti avatar jviotti commented on July 22, 2024

@jorangreef I see. What about making this an opt-in option? Like preserveEnvironment: true?

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

I think it would be good to land the -E argument in Attempt() for now, but without making any promises in the documentation regarding preserving the environment.

Adding options tends to increase surface error for bugs, so if an option were to be added, I would rather add support for explicit options.env. It is lower level than preserveEnvironment (so preserving the environment could be built on top of that by the user) and also expected from the interface of child_process.exec().

from sudo-prompt.

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.