search for: 4a5f0c1

Displaying 1 result from an estimated 1 matches for "4a5f0c1".

2012 Dec 13
1
[PATCH] daemon: fix directory outside current root when executing commands
...tfsd.c | 2 ++ generator/actions.ml | 7 ++++++- tests/c-api/Makefile.am | 6 +++++- tests/c-api/test-pwd.c | 35 +++++++++++++++++++++++++++++++++++ 5 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 tests/c-api/test-pwd.c diff --git a/.gitignore b/.gitignore index 4a5f0c1..3873a19 100644 --- a/.gitignore +++ b/.gitignore @@ -404,6 +404,7 @@ Makefile.in /tests/c-api/test-last-errno /tests/c-api/test.log /tests/c-api/test-private-data +/tests/c-api/test-pwd /tests/c-api/tests /tests/c-api/tests.c /tests/c-api/test*.tmp diff --git a/daemon/guestfsd.c b/daemon/gue...