[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Install to CentOS5 issues
From: |
John Ogness |
Subject: |
Re: [Dazuko-help] Install to CentOS5 issues |
Date: |
Tue, 05 Feb 2008 19:33:24 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) |
On 2008-02-05, Dimitri Yioulos <address@hidden> wrote:
> The only way I could get dazuko to compile was:
>
> ./configure --enable-syscalls --mapfile=/boot/System.map-2.6.1853.1.6.el5
>
> Of course, I have no idea what using the "--enable-syscalls" switch
> creates.
The "--enable-syscalls" switch tells Dazuko to capture file access
events by hooking the system call table (instead of using the LSM
interface). Hooking the system call table doesn't work on many
kernels, but if it works for you, then it should be ok to
use. (Typically system call hooking either works perfectly or it does
not work at all. In your case, it works.)
John Ogness
--
Dazuko Maintainer