Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试获取在仿生 libc 中调用 dns 文件的进程的 uid。我知道使用 current->cred->uid.val 用于获取 android/linux 内核中的 uid,但如何获取仿生 libc 中的 uid。我不认为同样会起作用。您能否建议我一种在仿生 libc 中获取 uid 的方法以及使用哪些标头?
标题是<unistd.h>,函数是getuid,geteuid,getresuid等等,这取决于您需要哪种 UID。
<unistd.h>
getuid
geteuid
getresuid