So here's my code: #include <stdio.h> #include <string.h> #include <systemd/sd-journal.h> int main(int argc, char *argv[]) { setgid(1000); ...
確定! 回上一頁