SELinux: remove inherit field from inode_security_struct
authorJames Morris <jmorris@namei.org>
Mon, 19 May 2008 23:42:33 +0000 (09:42 +1000)
committerJames Morris <jmorris@namei.org>
Mon, 14 Jul 2008 05:01:38 +0000 (15:01 +1000)
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

index 5f0be19..91070ab 100644 (file)
@@ -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;
 };