|
About Dazuko (关于Dazuko)
A common interface across all platforms is needed for 3rd party file access control. With such an interface, focus could be redirected from OS hacking to solving real problems. The interface is here. It is called Dazuko.
一个跨越所有平台的公共接口,是第三方文件访问控制的需要。使用这样一个接口,由OS的hacking转向了解决实际的问题。这个端口在这里,叫做Dazuko。
This project provides a device driver allowing 3rd-party (userland) applications to execute 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 implementations. It operates by intercepting file access calls and passing the file information to a 3rd-party application. The 3rd-party application then has the opportunity to tell the device driver to allow or deny the file access. The 3rd-party application also receives information about the access event, such as accessed file, type of access, process id, and user id.
这个项目组提供了一个设备驱动程序,允许第三方(用户层面)应用程序去执行文件访问控制。它最初由Avira GmbH(以前叫做H+BEDV Datentechnik GmbH)部署,为了允许病毒的扫描。另外的用途包括文件访问监视/记录或额外的安全实现。它的操作是通过截获文件的访问呼叫,并将文件的信息传递给第三方应用程序。第三方应用程序然后有机会告诉设备驱动程序允许或拒绝文件的访问。第三方应用程序也接收到了关于访问事件的信息,比如,可访问的文件,访问的类型,进程id,和用户id。
Dazuko has been released as Free Software in order to allow users to compile the device driver for their own custom kernels. It also gives the project an opportunity to establish a common interface for 3rd-party file access control. Free Software provides the added benefit of increased robustness and security, having many eyes investigate the source code. Although Avira GmbH will continue to support the project and provide commercial software that utilizes the Dazuko driver via its interface, this project is Free Software and is in no way owned by Avira GmbH. This project provides a fully functional device driver with a well-defined interface, allowing any organization to develop software to utilize Dazuko.
Dazuko 作为一个免费软件发布,目的是允许用户编辑设备驱动以自定义他们的内核。它也提供了一个机会为第三方文件访问控制建立了一个公共的接口。免费软件提供了额外的好处,增强了强健性和安全,源代码经过多人的检查。虽然Avira GmbH继续支持该项目并提供商业软件工具,在它的接口上的Dazuko驱动,这个项目是免费软件因此不属于Avira GmbH。这个项目提供了全功能的设备驱动程序,使用了明确定义的接口,允许任何组织去部署软件和实现Dazuko。
The current status of the project is usable for Linux 2.2-2.6, Linux/RSBAC, and FreeBSD 4.x-6.x. However we would like to see the project expand to support other operating systems such as MacOS X, Solaris, OpenBSD, and Windows, as well as expand in functional capabilities.
该项目的目前状态可用于Linux 2.2-2.6, Linux /RSBAC, 和FreeBSD 4.x-6.x。然而我们将看到该项目扩展支持其他的操作系统诸如:MacOS,Solaris,OpenBSD,和Windows,以及扩展功能的能力。 |
|