| From: |
| Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
| To: |
| linux-security-module@vger.kernel.org |
| Subject: |
| [PATCH v2 00/15] TOMOYO 2.4 Core part changes. |
| Date: |
| Sun, 26 Jun 2011 23:14:42 +0900 |
| Message-ID: |
| <201106262314.JHB04181.HtFQFLOJVFOMSO@I-love.SAKURA.ne.jp> |
| Archive-link: |
| Article, Thread
|
Changes since previous patchset.
(1) Dropped "[PATCH 01/19] TOMOYO: Temporarily disable in preparation for a
series of changes." and "[PATCH 19/19] TOMOYO: Reenable TOMOYO Linux."
because developers can temporarily disable TOMOYO by passing security=none
to the kernel boot parameter if need to disable TOMOYO during "git bisect".
(2) Dropped "[PATCH 15/19] TOMOYO: Add enforcing penalty." as this one is not
mandatory for now.
(3) Dropped "[PATCH 18/19] TOMOYO: Cleanup part 5." because I can wait this one
until next patchset.
(4) Fixed build failure when srcdir != objdir by replacing tomoyo2c.c with sed
lines in "[PATCH 16/19] TOMOYO: Add built-in policy support."
[PATCH 01/15] TOMOYO: Cleanup part 1.
[PATCH 02/15] TOMOYO: Cleanup part 2.
[PATCH 03/15] TOMOYO: Cleanup part 3.
[PATCH 04/15] TOMOYO: Use struct for passing ACL line.
[PATCH 05/15] TOMOYO: Rename directives.
[PATCH 06/15] TOMOYO: Simplify profile structure.
[PATCH 07/15] TOMOYO: Add auditing interface.
[PATCH 08/15] TOMOYO: Add ACL group support.
[PATCH 09/15] TOMOYO: Add policy namespace support.
[PATCH 10/15] TOMOYO: Change pathname for non-rename()able filesystems.
[PATCH 11/15] TOMOYO: Fix lockdep warning.
[PATCH 12/15] TOMOYO: Cleanup part 4.
[PATCH 13/15] TOMOYO: Rename meminfo to stat and show more statistics.
[PATCH 14/15] TOMOYO: Add built-in policy support.
[PATCH 15/15] TOMOYO: Make several options configurable.
security-testing-2.6/security/tomoyo/audit.c | 300 ++++
security/tomoyo/Kconfig | 61
security/tomoyo/Makefile | 49
security/tomoyo/audit.c | 52
security/tomoyo/common.c | 1683 ++++++++++++++++-----------
security/tomoyo/common.h | 887 ++++++--------
security/tomoyo/domain.c | 570 +++++----
security/tomoyo/file.c | 957 ++++++---------
security/tomoyo/gc.c | 524 ++++++--
security/tomoyo/group.c | 33
security/tomoyo/load_policy.c | 76 -
security/tomoyo/memory.c | 191 +--
security/tomoyo/mount.c | 194 +--
security/tomoyo/realpath.c | 222 ++-
security/tomoyo/securityfs_if.c | 14
security/tomoyo/tomoyo.c | 14
security/tomoyo/util.c | 371 +++--
17 files changed, 3606 insertions(+), 2592 deletions(-)
For helping review, I prepared a LXR tree with this patchset applied.
http://tomoyo.sourceforge.jp/cgi-bin/lxr/source/security/...
Regards.
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html