|
|
|
|
|
by wfn
3804 days ago
|
|
By looking at /proc/kallsyms: grep commit_creds /proc/kallsyms
grep prepare_kernel_cred /proc/kallsyms
Then update addresses as shown in one of the code snippets: _commit_creds commit_creds = 0xffffffff81094250;
_prepare_kernel_cred prepare_kernel_cred = 0xffffffff81094550;
|
|
As a normal user, grepping these values I actually get 0000000000000000. I can't imagine these being the actual values. Is it possible that because I remount my /proc with the hidepid=2 option the values are not visible for normal non-root accounts?