[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48E5BDAB.3010107@nttdata.co.jp>
Date: Fri, 03 Oct 2008 15:37:31 +0900
From: Kentaro Takeda <takedakn@...data.co.jp>
To: "Serge E. Hallyn" <serue@...ibm.com>
CC: Valdis.Kletnieks@...edu, Casey Schaufler <casey@...aufler-ca.com>,
linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, haradats@...data.co.jp,
Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
Al Viro <viro@...IV.linux.org.uk>
Subject: Re: [TOMOYO #9 (2.6.27-rc7-mm1) 1/6] LSM adapter functions.
Serge E. Hallyn wrote:
> Just keep your own hash table.
I see, then we want one more LSM hook for clearing the hash table
after returing from vfs_*().
foo() {
error = security_path_foo(); /* save result in the hash table */
error = vfs_foo(); /* fetch from the hash table in security_inode_*() */
security_path_clear(); /* clear the hash table */
}
Is it acceptable?
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