aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-04-26 12:06:09 -0400
committerMike Frysinger <vapier@gentoo.org>2009-04-26 12:06:09 -0400
commit5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e (patch)
treef1fdb2284c9e4555628be17d0071677c1d9c6253 /libsbutil/sbutil.h
parenttests: use AUTOTEST_PATH rather than setting PATH manually (diff)
downloadsandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.tar.gz
sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.tar.bz2
sandbox-5b28e3905a24f17fbbaedbe692f19c4bd9b57b5e.zip
setup local sandbox.d for running tests to avoid /etc/sandbox.d
Always use local sandbox.d copy to avoid random /etc/sandbox.d issues like it doesn't exist, or has permission problems, or anything else. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsbutil/sbutil.h')
-rw-r--r--libsbutil/sbutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsbutil/sbutil.h b/libsbutil/sbutil.h
index d76e0c9..523cf01 100644
--- a/libsbutil/sbutil.h
+++ b/libsbutil/sbutil.h
@@ -81,6 +81,7 @@ extern const char env_sandbox_testing[];
#define SB_EERROR(_hilight, _args...) sb_efunc(COLOR_RED, _hilight, _args)
char *get_sandbox_conf(void);
+char *get_sandbox_confd(char *path);
void get_sandbox_lib(char *path);
void get_sandbox_rc(char *path);
void get_sandbox_log(char *path);