commit | ba0c19ed6a61a96d4b42b81cb19d4bc81b5f728c | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Sun Jun 04 02:51:30 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 05 12:29:16 2006 -0700 |
tree | 5e6d1774265140f1f4eddab043c90920414abe59 | |
parent | 93ff66bf1ef29881dffd6fdc344555dab03cdb42 [diff] |
[PATCH] selinux: fix sb_lock/sb_security_lock nesting From: Stephen Smalley <sds@tycho.nsa.gov> Fix unsafe nesting of sb_lock inside sb_security_lock in selinux_complete_init. Detected by the kernel locking validator. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Acked-by: James Morris <jmorris@namei.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>