dazukofs and /dev/dazukofs.ign

Frantisek Hrbata <[email protected]> Thu, 19 Feb 2009 20:39:25 +0100
Newsgroups gmane.linux.dazuko.devel
Organization AVG Technologies
Message-ID <20090219203925.03d1cf4b@humpdell>
Hi,

it there any particular reason to store task_struct pointer for
processes which should be ignored? This requires for multi-threaded
application to register each thread to dazukofs. I cannot figure out
what is this good for. Isn't tgid enough? AFAIK old dazuko
supports whole process(including its threads) to be trusted and all you
need to do is to call dazukoRegisterTrusted just once for each process.
Or am I missing something?

-FH