|
clsync
|
#include "common.h"#include "ctx.h"#include "error.h"#include "syscalls.h"#include "main.h"#include "pthreadex.h"#include "malloc.h"#include <unistd.h>#include <glib.h>#include "privileged.h"
Go to the source code of this file.
Functions | |
| int | __privileged_kill_child_itself (pid_t child_pid, int signal, char ignoreerrors) |
| int | __privileged_fork_execvp (const char *file, char *const argv[]) |
| int | privileged_init (ctx_t *ctx_p) |
| int | privileged_deinit (ctx_t *ctx_p) |
Variables | |
| int(* | _privileged_fork_execvp )(const char *file, char *const argv[]) |
| int(* | _privileged_kill_child )(pid_t pid, int sig, char ignoreerrors) |
| uid_t | __privileged_fork_execvp_uid |
| gid_t | __privileged_fork_execvp_gid |
| int __privileged_fork_execvp | ( | const char * | file, |
| char *const | argv[] ) |
| int __privileged_kill_child_itself | ( | pid_t | child_pid, |
| int | signal, | ||
| char | ignoreerrors ) |
Definition at line 501 of file privileged.c.


| int privileged_deinit | ( | ctx_t * | ctx_p | ) |
Definition at line 2087 of file privileged.c.


| int privileged_init | ( | ctx_t * | ctx_p | ) |
Definition at line 1909 of file privileged.c.


| gid_t __privileged_fork_execvp_gid |
Definition at line 1806 of file privileged.c.
| uid_t __privileged_fork_execvp_uid |
Definition at line 1805 of file privileged.c.
| int(* _privileged_fork_execvp) (const char *file, char *const argv[]) | ( | const char * | file, |
| char *const | argv[] ) |
Definition at line 173 of file privileged.c.
| int(* _privileged_kill_child) (pid_t pid, int sig, char ignoreerrors) | ( | pid_t | pid, |
| int | sig, | ||
| char | ignoreerrors ) |
Definition at line 174 of file privileged.c.