* wierd current->uid
@ 2004-05-01 14:02 project8sem4
0 siblings, 0 replies; only message in thread
From: project8sem4 @ 2004-05-01 14:02 UTC (permalink / raw)
To: linux-kernel
hi
i am doing a project on
a very simple system call interception module.
the module is supposed to return the uid of the
user who made the call to the syscall. i m trying to
do it thus:
//in the kernel module
asmlinkage long my_syscall(arg1,arg2)
{
sprintf(buffer, "%s%s%i", arg1,arg2,current->uid);
//this buffer is later read.
return original_syscall(arg1,arg2);
}
the problem is that the uid returned is always -1.
i found you had a similar problem very long back
and had posted a msg on a mailing list.
could you suggest a way out please.
thanx
-kt
--
http://www.fastmail.fm - Same, same, but different
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-05-01 14:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-01 14:02 wierd current->uid project8sem4
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox