woj-sandbox/resource.h

12 lines
267 B
C

#ifndef WOJ_SANDBOX_RESOURCE_H
#define WOJ_SANDBOX_RESOURCE_H
// Configuration Environment Variables
#define LIMIT_MEMORY "LIMIT_MEMORY"
#define LIMIT_TIME "LIMIT_TIME"
#define LIMIT_NPROC "LIMIT_NPROC"
void setup_rlimit(void);
#endif // WOJ_SANDBOX_RESOURCE_H