Coder Social home page Coder Social logo

Comments (3)

jorangreef avatar jorangreef commented on June 23, 2024

Are you on OS X?

Are you getting User did not grant permission. as an error message?

Would you be able to find out if there is any way to detect whether the sudo timestamp timeout is 0? If so, we could fall back to another version of attempt() which does not assume that timeouts on OS X are non-zero, and which will run the command directly as part of the AppleScript applet, which is normally used to extend the sudo timestamp. Would you be able to help with this?

from sudo-prompt.

yuriybabenko avatar yuriybabenko commented on June 23, 2024

Yes, I'm on OSX 10.10.4.

I looked around and I'm not seeing a way to check the current sudo timeout. The value is set in /etc/sudoers, but you need sudo permissions to actually read the file, so it can't be parsed.

It may be possible to tell sudo to use sudo-prompt's applet.app as the GUI for ASKPASS. Alternatively, these two resources seem to be on the right track:

Will investigate this further when I have more time.

from sudo-prompt.

jorangreef avatar jorangreef commented on June 23, 2024

I have been thinking about it some more. I will try to rewire attempt() so that it does not assume that sudo timeouts are non-zero. Instead it will:

  1. Try sudo -n to run the command if possible (if a sudo session already exists).
  2. Use the applet's administrator privileges to set the timeout as well as run the provided command.

This will give the best of both worlds. A sudo session which endures across multiple commands if possible, and support for systems with the sudo timeout set to 0.

It will take me some time but I hope to get started on it soon.

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.