|
From: Stefan S. <dev...@gm...> - 2012-09-27 06:38:12
|
Hi, in the FUSE API FAQ, it says that one can get the pid and the uid of the process performing the filesystem operation by using: fuse_get_context()->uid, etc. It appears that this only applied for FUSE, but not for CUSE, right ? In my CUSE code I included <fuse.h> and tried to to get the PID and the UID. However, both fields are always zero. Is there a way to get this information for CUSE devices ? Best Regards, Stefan |