| From: |
| Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> |
| To: |
| linux-security-module@vger.kernel.org |
| Subject: |
| [PATCH] TOMOYO: Add garbage collector support. (v3) |
| Date: |
| Tue, 02 Jun 2009 10:39:34 +0900 |
| Message-ID: |
| <200906020139.n521dYP7002722@www262.sakura.ne.jp> |
| Cc: |
| linux-kernel@vger.kernel.org |
| Archive-link: |
| Article, Thread
|
Hello.
This patchset adds garbage collector support for TOMOYO.
I replaced the cookie list approach with the refcounter approach.
[PATCH 1/5] Move sleeping operations to outside the semaphore.
[PATCH 2/5] Clarify lock protected section.
[PATCH 3/5] Simplify policy reader.
[PATCH 4/5] Replace tomoyo_save_name() with tomoyo_get_name()/tomoyo_put_name().
[PATCH 5/5] Add refcounter and garbage collector.
These patches are made for security-testing-2.6#next with a commit
b1338d199dda6681d9af0297928af0a7eb9cba7b (tomoyo: add missing call to
cap_bprm_set_creds) applied.
Regards.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/