search for: f78d851

Displaying 2 results from an estimated 2 matches for "f78d851".

Did you mean: d78851
2012 Dec 13
1
[PATCH] daemon: fix directory outside current root when executing commands
...har **stdoutput, char **stderror, int flags, close (so_fd[PIPE_WRITE]); close (se_fd[PIPE_WRITE]); + chdir("/"); + execvp (argv[0], (void *) argv); perror (argv[0]); _exit (EXIT_FAILURE); diff --git a/generator/actions.ml b/generator/actions.ml index 2e815fc..f78d851 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -3687,7 +3687,12 @@ C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>." }; [["mkdir"; "/command12"]; ["upload"; "test-command"; "...
2012 Dec 14
1
[PATCH] Add support for getting and setting GPT partition type GUIDs
...means we didn't find the Partition GUID code */ + reply_with_error ("sgdisk output did not contain Partition GUID code. " + "See LIBGUESTFS_DEBUG output for more details"); + return NULL; +} diff --git a/generator/actions.ml b/generator/actions.ml index f78d851..d8ec323 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -10692,6 +10692,36 @@ not always, the name of a Windows drive, eg. C<E:>." }; Return the list of partitions in the volume named C<volume> in the disk group with GUID <diskgroup>." }; + { defaul...