search for: 60b978c

Displaying 2 results from an estimated 2 matches for "60b978c".

Did you mean: 60978
2012 Dec 13
1
[PATCH] daemon: fix directory outside current root when executing commands
...RCES = test-command.c test_command_LDFLAGS = -all-static +test_pwd_SOURCES = test-pwd.c +test_pwd_LDFLAGS = -all-static + # Hand-written C API tests. test_just_header_SOURCES = test-just-header.c diff --git a/tests/c-api/test-pwd.c b/tests/c-api/test-pwd.c new file mode 100644 index 0000000..60b978c --- /dev/null +++ b/tests/c-api/test-pwd.c @@ -0,0 +1,35 @@ +/* libguestfs + * Copyright (C) 2012 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; eith...
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
Hi, from time to time, there have been requests (or attempts, like the mingw port posted on the list some months ago) to make libguestfs work on OSes different than Linux. Of course this would imply using a fixed appliance, since it is currently heavily dependent on Linux. The attached series provides some easy changes in this direction, resolving some of the easy issues found in porting to