commit | 53ea68ecea11bcbb3451c2758ce181bd97b569a9 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@epoch.ncsc.mil> | Fri Feb 03 08:21:12 2006 -0500 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 03 18:31:33 2006 -0800 |
tree | 4e754db2a21db5b90a1650f2993d0b76c00cbd53 | |
parent | 89a2fa5f2139be35e214bcf86a8291d6a1da75f2 [diff] |
[PATCH] SELinux: fix size-128 slab leak Remove private inode tests from security_inode_alloc and security_inode_free, as we otherwise end up leaking inode security structures for private inodes. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Acked-by: James Morris <jmorris@namei.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>