From 7d51c0b16c1d304c47bde72761d87965f8686268 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 28 Jun 2026 10:53:23 +0000 Subject: added quasi privilege escalation (as long as you don't clone into a directory that you don't have access to) --- include/lua_state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3