search for: ssh_userdir_op

Displaying 3 results from an estimated 3 matches for "ssh_userdir_op".

2012 Apr 13
1
[PATCH 1/2] sysprep: remove .ssh directory in users' directory
...erdir_perform g root = + let typ = g#inspect_get_type root in + if typ <> "windows" then ( + let dirs = g#glob_expand "/home/*/.ssh" in + Array.iter ( + fun dir -> g#rm_rf dir; + ) dirs; + g#rm_rf "/root/.ssh"; + [] + ) + else [] + +let ssh_userdir_op = { + name = "ssh-userdir"; + pod_description = "\ +Remove the C<.ssh> directory in the guest. + +Remove the C<.ssh> directory of user \"root\" and any other +users who have a C<.ssh> directory in their home directorys."; + extra_args = []; + perf...
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po