woj-sandbox/user.h

13 lines
253 B
C
Raw Normal View History

2024-01-01 21:31:54 +08:00
#ifndef WOJ_SANDBOX_USER_H
#define WOJ_SANDBOX_USER_H
#include "launcher.h"
// Configuration Environment Variables
#define USER_UID "USER_UID"
#define USER_GID "USER_GID"
void setup_user(char *config[CFG_IS_VALID + 1]);
#endif // WOJ_SANDBOX_USER_H