From feb2a5b82d87fbdc01c00b7e9413e4b5f4c1f0c1 Mon Sep 17 00:00:00 2001 From: James Morris Date: Tue, 20 May 2008 09:42:33 +1000 Subject: SELinux: remove inherit field from inode_security_struct Remove inherit field from inode_security_struct, per Stephen Smalley: "Let's just drop inherit altogether - dead field." Signed-off-by: James Morris --- security/selinux/include/objsec.h | 1 - 1 file changed, 1 deletion(-) diff --git a/security/selinux/include/objsec.h b/security/selinux/include/objsec.h index 5f0be19ca43..91070ab874c 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; }; -- cgit v1.2.3