• R/O
  • SSH
  • HTTPS

akari: Dateibaum


Name Größe Rev. Zeit Autor Log Message
realpath.c 9.93 k r27 2010-10-10 11:19:04 kumaneko
mount.c 7.79 k r27 2010-10-10 11:19:04 kumaneko
autobind.c 2.74 k r27 2010-10-10 11:19:04 kumaneko
audit.c 12.94 k r27 2010-10-10 11:19:04 kumaneko
domain.c 29.83 k r27 2010-10-10 11:19:04 kumaneko
memory.c 8.23 k r27 2010-10-10 11:19:04 kumaneko
README 663 r27 2010-10-10 11:19:04 kumaneko
signal.c 4.77 k r27 2010-10-10 11:19:04 kumaneko
util.c 26.3 k r27 2010-10-10 11:19:04 kumaneko
file.c 37.45 k r27 2010-10-10 11:19:04 kumaneko
environ.c 2.52 k r27 2010-10-10 11:19:04 kumaneko
internal.h 38.91 k r27 2010-10-10 11:19:04 kumaneko
capability.c 3.28 k r27 2010-10-10 11:19:04 kumaneko
proc_if.c 11.68 k r27 2010-10-10 11:19:04 kumaneko
ccsecurity.h 22.45 k r27 2010-10-10 11:19:04 kumaneko
condition.c 24.09 k r27 2010-10-10 11:19:04 kumaneko
policy_io.c 65.92 k r27 2010-10-10 11:19:04 kumaneko
COPYING 17.57 k r18 2010-10-08 16:26:01 kumaneko
compat.h 6.78 k r27 2010-10-10 11:19:04 kumaneko
gc.c 19.57 k r27 2010-10-10 11:19:04 kumaneko
network.c 24.33 k r27 2010-10-10 11:19:04 kumaneko
lsm.c 40.68 k r27 2010-10-10 11:19:04 kumaneko
group.c 5.85 k r27 2010-10-10 11:19:04 kumaneko
Makefile 210 r2 2010-10-03 21:31:48 kumaneko
load_policy.c 7.24 k r27 2010-10-10 11:19:04 kumaneko

README

Notes for AKARI project

AKARI is Access Keeping And Regulating Instrument for Linux 2.6 kernels.

You can use AKARI for analyzing your system's behavior (i.e. reports which
application accesses which resources like strace command does) and optionally
restricting your system's behavior (i.e. controls which application can
access which resources like TOMOYO/AppArmor does).

AKARI is forked from TOMOYO 1.8 and made as a LKM (loadable kernel module)
so that you don't need to replace your kernels installed in your system.

This patch is released under the GPLv2.

Project URL: http://akari.sourceforge.jp/

ChangeLog:

Version 1.0   2010/10/10   First release.
Show on old repository browser