From 127b23c66cca09308d92677200799a18343c6ac2 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 3 May 2014 23:11:37 -0300 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8913f19..21853dd 100644 --- a/README.md +++ b/README.md @@ -127,11 +127,11 @@ end This plugin requires **a lot** of `sudo`ing since [user namespaces](https://wiki.ubuntu.com/UserNamespace) are not supported on mainstream kernels. To work around that, you can use the -`vagrant lxc sudoers` command which will create a file under `/etc/sudoers.d/vagrant-lxc-` +`vagrant lxc sudoers` command which will create a file under `/etc/sudoers.d/vagrant-lxc-` whitelisting all commands required by `vagrant-lxc` to run. If you are interested on what will be generated by that command, please check -[this code](lib/vagrant-lxc/commands/sudoers.rb#L58-L81). +[this code](lib/vagrant-lxc/commands/sudoers.rb). _vagrant-lxc < 1.0.0 users, please check this [Wiki page](https://github.com/fgrehm/vagrant-lxc/wiki/Avoiding-%27sudo%27-passwords)_