diff options
author | James Morris <jmorris@namei.org> | 2008-05-20 03:42:33 +0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2008-07-14 09:01:38 +0400 |
commit | feb2a5b82d87fbdc01c00b7e9413e4b5f4c1f0c1 (patch) | |
tree | ba72273578711b9e21386570f70bc619b6af3ae4 /security | |
parent | fdeb05184b8b2500e120647778d63fddba76dc59 (diff) | |
download | linux-feb2a5b82d87fbdc01c00b7e9413e4b5f4c1f0c1.tar.xz |
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 { 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; }; |