vagrant-lxc-ng/lib/vagrant-lxc
Fabio Rehm 09f855dc76 command/sudoers: Remove Cmnd_Alias from sudoers file
Since the wrapper is versioned, we would end up having multiple `LXC`
command aliases, making `sudo` unusable:

```
>>> /etc/sudoers.d/vagrant-lxc-1-0-0-alpha-3-dev: Alias `LXC' already
>>> defined near line 2 <<<
sudo: parse error in /etc/sudoers.d/vagrant-lxc-1-0-0-alpha-3-dev near
line 2
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
```
2014-06-08 23:44:02 -03:00
..
action action/ip_from_dnsmasq: Handle nil container hwaddr value 2014-05-12 23:56:39 -03:00
backports/action core: "Tag" ShareFolders action as backport functionality 2014-03-13 00:57:36 -03:00
command command/sudoers: Remove Cmnd_Alias from sudoers file 2014-06-08 23:44:02 -03:00
driver driver/cli: Improved lxc-attach check [GH-294] 2014-06-08 22:52:33 -03:00
provider/cap core: Introduce a public_address capability so that we can use vagrant share 2014-03-13 00:57:36 -03:00
action.rb Add fallback mechanism for platforms without attach support 2014-06-03 17:53:26 +02:00
config.rb config: Switch default backingstore to "best" [GH-277] 2014-05-04 20:37:09 -03:00
driver.rb driver: Escape synced folders with spaces 2014-06-08 23:27:27 -03:00
errors.rb Show something meaningful to the user in case the container already exists [GH-132] 2014-02-02 19:27:08 -02:00
plugin.rb Merge branch 'master' of github.com:jefmathiot/vagrant-lxc 2014-03-21 19:38:35 -03:00
provider.rb sudoers command now creates a safe wrapper script. 2014-04-09 15:53:20 +02:00
sudo_wrapper.rb Removed unsecure calls to SudoWrapper#su_c. 2014-04-17 12:56:56 +02:00
synced_folder.rb Implement sorting of synced_folders 2014-04-09 16:16:56 +03:00
version.rb Lets release another alpha before going to beta 2014-06-08 22:52:33 -03:00