diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 10:53:23 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-28 10:53:23 +0000 |
| commit | 7d51c0b16c1d304c47bde72761d87965f8686268 (patch) | |
| tree | 75e591d3f698055c2733dd1158fa3328003d8c09 /include | |
| parent | 930b48dd0373e4c4e29ab590b9e90f4cd6dcedad (diff) | |
added quasi privilege escalation (as long as you don't clone into a directory that you don't have access to)
Diffstat (limited to 'include')
| -rw-r--r-- | include/lua_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lua_state.h b/include/lua_state.h index 1db7ccd..d8457ad 100644 --- a/include/lua_state.h +++ b/include/lua_state.h @@ -36,6 +36,7 @@ void push_lua_path(lua_State *L, const char *new_path); void init_lua_state(void); void free_lua_state(void); lua_State* get_lua_state(void); +const char* get_privilege_escalator(void); void cache_repos(void); void cache_build_systems(void); |
