#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.
◆ __privileged_fork_execvp()
| int __privileged_fork_execvp |
( |
const char * |
file, |
|
|
char *const |
argv[] |
|
) |
| |
◆ __privileged_kill_child_itself()
| int __privileged_kill_child_itself |
( |
pid_t |
child_pid, |
|
|
int |
signal, |
|
|
char |
ignoreerrors |
|
) |
| |
◆ privileged_deinit()
| int privileged_deinit |
( |
ctx_t * |
ctx_p | ) |
|
◆ privileged_init()
| int privileged_init |
( |
ctx_t * |
ctx_p | ) |
|
◆ __privileged_fork_execvp_gid
| gid_t __privileged_fork_execvp_gid |
◆ __privileged_fork_execvp_uid
| uid_t __privileged_fork_execvp_uid |
◆ _privileged_fork_execvp
| int( * _privileged_fork_execvp) (const char *file, char *const argv[]) |
◆ _privileged_kill_child
| int( * _privileged_kill_child) (pid_t pid, int sig, char ignoreerrors) |