selfpatch-slr/subject/module.c

6 lines
97 B
C

#include "module.h"
int module_test_access_pid(const struct task_struct* t) {
return t->pid;
}