event_sandboxed_call(pkg_sandbox_cb func, int fd, void *ud)
{
pid_t pid;
int status, ret;
ret = -1;
pid = fork();
switch(pid) {