With Linux 2.6 I am only getting ON_OPEN and ON_EXEC events. What is wrong?
For Linux 2.6, Dazuko uses the new LSM (Linux Security Model) security hooks. This does not fit well into the current design of Dazuko. For this reason Dazuko will report every access event as ON_OPEN or ON_EXEC (even if the events were something different). If your application requires each event to be properly identified with Linux 2.6, then it is currently suggested that you patch your kernel with RSBAC. Dazuko is included in the RSBAC patchset and is based on RSBAC API’s. This allows Dazuko to correctly identify each access event type. Other solutions for Linux 2.6 and Dazuko are currently being investigated and worked on. In the future this should not be a problem.