[PATCH 05/20] SELinux: remove inherit field from inode_security_struct

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: James Morris
Date: Monday, July 7, 2008 - 9:42 am

Remove inherit field from inode_security_struct, per Stephen Smalley:
"Let's just drop inherit altogether - dead field."

Signed-off-by: James Morris <jmorris@namei.org>
---
 security/selinux/include/objsec.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/security/selinux/include/objsec.h b/security/selinux/include/objsec.h
index 5f0be19..91070ab 100644
--- a/security/selinux/include/objsec.h
+++ b/security/selinux/include/objsec.h
@@ -43,7 +43,6 @@ struct inode_security_struct {
 	u32 sid;		/* SID of this object */
 	u16 sclass;		/* security class of this object */
 	unsigned char initialized;	/* initialization flag */
-	unsigned char inherit;	/* inherit SID from parent entry */
 	struct mutex lock;
 };
 
-- 
1.5.5.1

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
SELinux patches for 2.6.26, James Morris, (Mon Jul 7, 9:42 am)
[PATCH 05/20] SELinux: remove inherit field from inode_sec ..., James Morris, (Mon Jul 7, 9:42 am)
[PATCH 08/20] selinux: simplify ioctl checking, James Morris, (Mon Jul 7, 9:42 am)
[PATCH 10/20] SELinux: open code policy_rwlock, James Morris, (Mon Jul 7, 9:42 am)
[PATCH 11/20] SELinux: open code load_mutex, James Morris, (Mon Jul 7, 9:42 am)
[PATCH 12/20] SELinux: open code sidtab lock, James Morris, (Mon Jul 7, 9:42 am)
Re: SELinux patches for 2.6.26, Theodore Tso, (Mon Jul 7, 11:23 am)
Re: SELinux patches for 2.6.26, James Morris, (Mon Jul 7, 3:49 pm)