dazuko-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dazuko-help] Distinguish read / write / execute


From: John Ogness
Subject: Re: [Dazuko-help] Distinguish read / write / execute
Date: Fri, 29 Jun 2007 11:41:45 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Oliver Welter wrote:
> Is it possible to get information if the file
> was opened for read / write or to be executed ?

Hi,

You will receive OPEN events for files being opened and EXEC events for
files being executed. For files being opened you can identify if it is
read-only, read-write, or write-only by looking at the "flags" member of
the access structure. (Be sure to check that set_flags is set.)

John Ogness

-- 
Dazuko Maintainer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]