1 year ago
#351678
ruke
calling mprotect in kernel module
I have a kernel module where I need to call mprotect for the current user process. I was thinking of making a direct call to do_mprotect_pkey but the function is marked as static
. If not, is there any other way like going through a system call or something?
c
linux-kernel
system-calls
kernel-module
mprotect
0 Answers
Your Answer