User management in kernel space

i want to write a kernel loadabe module which can manipulate users ,,
is there any API, sample or documents in C ?? how can use theme ??
tnx
 
srmo642002 said:
i want to write a kernel loadabe module which can manipulate users ,,
is there any API, sample or documents in C ?? how can use theme ??
tnx

Manipulate users in which way?

See priv(9), ucred(9) (?)
 
Back
Top