#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <pwd.h>#include <grp.h>#include <sys/param.h>#include <dirent.h>#include <cerrno>#include "util.h"#include "error_numbers.h"#include "file_names.h"

Defines | |
| #define | REAL_BOINC_MASTER_NAME "boinc_master" |
| #define | REAL_BOINC_PROJECT_NAME "boinc_project" |
Functions | |
| int | check_security (int use_sandbox, int isManager) |
| #define REAL_BOINC_MASTER_NAME "boinc_master" |
| #define REAL_BOINC_PROJECT_NAME "boinc_project" |
| int check_security | ( | int | use_sandbox, | |
| int | isManager | |||
| ) |


1.5.6