Giter VIP home page Giter VIP logo

Comments (8)

Shatur avatar Shatur commented on July 22, 2024 3

I found the solution. This is not the plugin issue. Just need set SUDO_ASKPASS environment variable. In KDE I use ksshaskpass.

from vim-eunuch.

Shatur avatar Shatur commented on July 22, 2024

I have the same issue.

from vim-eunuch.

vianpl avatar vianpl commented on July 22, 2024

Same here.

from vim-eunuch.

Shane-XB-Qian avatar Shane-XB-Qian commented on July 22, 2024

it's using 'sudo -e' vs directly 'sudo', so looks a bit complex or req more config if so..
// ':Mkdir' worked perfectly at least.. :)

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

SUDO_ASKPASS or the appropriate sudo.conf config is the correct solution. sudo -e isn't any different from sudo when it comes to this.

from vim-eunuch.

Shane-XB-Qian avatar Shane-XB-Qian commented on July 22, 2024

um.. yes, i mean it req extra config actually.. though perhaps not directly relevant..
e.g:

:SudoWrite
Error detected while processing BufWriteCmd Autocommands for "/home/shane/x.txt":
sudo: x.txt: editing files in a writable directory is not permitted

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

Separate issue from password entry, but I must admit I was not aware of the writable directory limitation of sudo -e. It would be easy enough to use tee directly in that case, but do we really want to? It seems like a valid security restriction.

from vim-eunuch.

Shane-XB-Qian avatar Shane-XB-Qian commented on July 22, 2024

yes, but not sure if it was new (new security restriction), i used to use 'sudo tee' directly actually..
looks had to set a dirchecker setting into sudo config to bypass it, or sth else..
// anyway what i meant was: if using 'sudo -e' then there were some extra config needed to handle, or ':SudoWrite' actually was not working..
// anyway had much/enough security check actually was good, since we are doing 'root' authority.. it's risky.. but just not sure if ':SudoWrite' was able to handle all those security check.. :)

from vim-eunuch.

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.