MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SysSetEUID

Function SysSetEUID

Kernel/src/arch/x86_64/syscalls.cpp:1774–1777  ·  view source on GitHub ↗

//////////////////////// \brief SysSetEUID () - Set effective process UID \return On success return 0, otherwise return negative error code ////////////////////////

Source from the content-addressed store, hash-verified

1772/// \return On success return 0, otherwise return negative error code
1773/////////////////////////////
1774long SysSetEUID(regs64_t* r){
1775 Log::Warning("SysSetEUID is a stub!");
1776 return -ENOSYS;
1777}
1778
1779/////////////////////////////
1780/// \brief SysGetProcessInfo (pid, pInfo)

Callers

nothing calls this directly

Calls 1

WarningFunction · 0.85

Tested by

no test coverage detected