vagrant/plugins/hosts/linux
William Durand 6ff15fbedb
Being able to edit a file does not mean you can write in its parent directory
Interactive `sed` needs write permission on the file itself. However, it
may create a backup file, which leads to the fact that the directory
where the file is located must be writable as well. That is a side
effect because this directory does not need to be writable.

This patch fixes this side effect by editing the file in `/tmp`, and
replaces it right after.
2015-06-01 10:02:13 +02:00
..
cap Being able to edit a file does not mean you can write in its parent directory 2015-06-01 10:02:13 +02:00
host.rb hosts/*: proper detect API 2014-01-07 21:18:36 -08:00
plugin.rb hosts/linux: rdp_client cap [GH-3845] 2014-05-20 19:55:36 -07:00