diff options
author | James Morris <jmorris@namei.org> | 2008-05-19 19:42:33 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-07-14 01:01:38 -0400 |
commit | feb2a5b82d87fbdc01c00b7e9413e4b5f4c1f0c1 (patch) | |
tree | ba72273578711b9e21386570f70bc619b6af3ae4 /security | |
parent | fdeb05184b8b2500e120647778d63fddba76dc59 (diff) |
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 <jmorris@namei.org>
Diffstat (limited to 'security')
-rw-r--r-- | 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 5f0be19ca43a..91070ab874ce 100644 --- a/security/selinux/include/objsec.h +++ b/security/selinux/include/objsec.h | |||
@@ -43,7 +43,6 @@ struct inode_security_struct { | |||
43 | u32 sid; /* SID of this object */ | 43 | u32 sid; /* SID of this object */ |
44 | u16 sclass; /* security class of this object */ | 44 | u16 sclass; /* security class of this object */ |
45 | unsigned char initialized; /* initialization flag */ | 45 | unsigned char initialized; /* initialization flag */ |
46 | unsigned char inherit; /* inherit SID from parent entry */ | ||
47 | struct mutex lock; | 46 | struct mutex lock; |
48 | }; | 47 | }; |
49 | 48 | ||