Download List

Descripción del Proyecto

The Dazuko project provides a virtual device driver allowing (userland) applications to execute online file access control. It was originally developed by Avira GmbH (formerly known as H+BEDV Datentechnik GmbH) to allow on-access virus scanning. Other uses include a file-access monitor/logger or external security tools. Dazuko operates by intercepting file access calls and passing the file information to a userland application. The application then has the opportunity to tell the virtual device driver to allow or deny the file access. The application also receives information about the file access event, such as accessed file name, type of access, process id, and user id.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-03 11:44
2.0.5

El núcleo de la herramienta de configuración de detección se ha mejorado y ahora detecta con éxito las muchas variaciones LSM Linux 2.6 API en el GNU diferentes distribuciones de Linux. Se agregó el soporte para udev Linux 2.6 / sysfs. Archivo de detección de acceso se ha mejorado para Linux 2.2/2.4 (más eventos se generan). Problemas de compilador menores fueron fijados y algunos se llevaron a cabo limpiezas de código.
Tags: Minor feature enhancements
The kernel configuration detection tool was improved and now successfully detects the many Linux 2.6 LSM API variations in the different GNU/Linux distributions. Support was added for Linux 2.6 udev/sysfs. File access detection was improved for Linux 2.2/2.4 (more events are generated). Minor compiler problems were fixed and some code cleanups were performed.

2004-10-30 23:32
2.0.4

El apoyo LSM Linux 2.6 ha sido completamente reescrito para la integración adecuada y el apoyo de apilamiento. El "configure" script se ha mejorado para extraer correctamente las configuraciones del kernel de Linux. Las extensiones de FreeBSD ahora apoyar eventos para archivos no existen, y pueden publicar eventos sobre la base de dup () y dup2 () llama. Las extensiones de FreeBSD ahora también identifican correctamente los eventos para los enlaces simbólicos dentro de trayectorias observadas.
Tags: Major feature enhancements
The Linux 2.6 LSM support has been completely
rewritten for proper integration and to support
stacking. The "configure" script has been enhanced
to correctly extract Linux kernel configurations.
The FreeBSD extensions now support events for
non-existent files, and can post events based on
dup() and dup2() calls. The FreeBSD extensions now
also correctly identify events for symbolic links
within observed paths.

2004-05-05 05:34
2.0.2

Problema con múltiples procesos registrados en Linux 2.2 se fija, y falta de información en el nombre de archivo 1.x modo de compatibilidad se ha fijado. La descarga de un "en uso" módulo Dazuko bajo Linux 2.6 ya no se bloquea causas. Los nombres de archivo con caracteres no estándar están ahora correctamente apoyado. Multi-threaded procesos registrados pueden ahora choque sin que el núcleo se bloquee. Soporte completo para RSBAC fue añadida.
Tags: Minor bugfixes
Problem with multiple registered processes under Linux 2.2 were fixed, and missing filename information in 1.x compatibility mode was fixed. Unloading of an "in use" Dazuko module under Linux 2.6 no longer causes crashes. Filenames with non-standard characters are now correctly supported. Multi-threaded registered processes can now crash without causing the kernel to hang. Full support for RSBAC was added.

2004-04-04 22:53
2.0.1

FreeBSD 5 se ha añadido soporte. Soporte para Linux 2.x y 2.4.0-2.4.8 granos fue traído de vuelta. Varios errores tipográficos y los problemas de sintaxis en los Makefiles fueron corregidos. Un error en la extensión de FreeBSD que resulta en algunos eventos de acceso se perdió fue corregido. Un error en la extensión de Linux 2.6 que resulta en que el dispositivo no ser liberado fue corregido. Un error en la API de Dazuko se ha fijado que los procesos causados a ser registrado con un nombre diferente de lo que se le dio.
Tags: Minor bugfixes
FreeBSD 5 support has been added. Support for the Linux 2.x and 2.4.0-2.4.8 kernels was brought back. Various typos and syntax problems in the Makefiles were corrected. A bug in the FreeBSD extension resulting in some missed access events was fixed. A bug in the Linux 2.6 extension resulting in the device not being freed was fixed. A bug in the Dazuko API has been fixed that caused processes to be registered under a different name than what was given.

2004-03-28 06:47
2.0.1-pre3

Un error en el cálculo de tamaño de búfer durante el registro del demonio se ha solucionado. Soporte para devfs ha sido añadido para kernels de Linux 2.6.
Tags: Development, Minor bugfixes
An error in the buffer size calculation during daemon registration has been fixed. Support for devfs has been added for Linux 2.6 kernels.

Project Resources