• R/O
  • SSH
  • HTTPS

akari: Dateibaum


Name Größe Rev. Zeit Autor Log Message
README 1.55 k r84 2010-11-10 20:56:55 kumaneko
signal.c 5.32 k r82 2010-11-10 16:24:41 kumaneko
util.c 28.59 k r82 2010-11-10 16:24:41 kumaneko
file.c 45.72 k r82 2010-11-10 16:24:41 kumaneko
environ.c 2.99 k r82 2010-11-10 16:24:41 kumaneko
internal.h 58.22 k r82 2010-11-10 16:24:41 kumaneko
capability.c 4.14 k r82 2010-11-10 16:24:41 kumaneko
proc_if.c 9.64 k r83 2010-11-10 17:23:51 kumaneko
ccsecurity.h 22.05 k r82 2010-11-10 16:24:41 kumaneko
condition.c 25.37 k r82 2010-11-10 16:24:41 kumaneko
policy_io.c 75.69 k r87 2010-11-11 14:19:14 kumaneko 1.0.4
COPYING 17.57 k r18 2010-10-08 16:26:01 kumaneko
gc.c 22.49 k r82 2010-11-10 16:24:41 kumaneko
network.c 32.08 k r82 2010-11-10 16:24:41 kumaneko
lsm.c 72.5 k r82 2010-11-10 16:24:41 kumaneko
group.c 6.37 k r82 2010-11-10 16:24:41 kumaneko
Makefile 210 r2 2010-10-03 21:31:48 kumaneko
load_policy.c 7.58 k r82 2010-11-10 16:24:41 kumaneko
realpath.c 13.67 k r82 2010-11-10 16:24:41 kumaneko
mount.c 7.77 k r82 2010-11-10 16:24:41 kumaneko
autobind.c 2.9 k r82 2010-11-10 16:24:41 kumaneko
audit.c 14.2 k r82 2010-11-10 16:24:41 kumaneko
domain.c 32.27 k r82 2010-11-10 16:24:41 kumaneko
memory.c 11.52 k r82 2010-11-10 16:24:41 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.

Version 1.0.1   2010/10/18   Minor update release.

   Synchronize with TOMOYO revision 4069.

   Fix off-by-two in ccs_check_unix_address().

   Implement post accept() LSM hook.

Version 1.0.2   2010/10/25   Minor update release.

   Synchronize with TOMOYO revision 4090.

   Add getattr() and readdir() checks.

   Use "YYYY/MM/DD hh:mm:ss" format for /proc/ccs/ interface.

   Do not automatically add / for umount().

Version 1.0.3   2010/11/01   Minor update release.

   Synchronize with TOMOYO revision 4104.

   Fix pathname handling in ccs_unix_entry().

Version 1.0.4   2010/11/11   Minor update release.

   Synchronize with TOMOYO 1.8.0 release.

   Add sysctl() check for 2.6.21 to 2.6.32 kernels.
   Fix double new_decode_dev() bug for mknod().
   Fix keyword typo.
   Fix build failure on some kernels.
   Changed pathname prefix priority.
   Use hash table for faster scan.
   Updated function comments.
Show on old repository browser