[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200906020139.n521dYP7002722@www262.sakura.ne.jp>
Date: Tue, 02 Jun 2009 10:39:34 +0900
From: Tetsuo Handa <penguin-kernel@...ove.sakura.ne.jp>
To: linux-security-module@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] TOMOYO: Add garbage collector support. (v3)
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists