Skip to content

Commit

Permalink
SELinux: remove inherit field from inode_security_struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Morris committed Jul 14, 2008
1 parent fdeb051 commit feb2a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/selinux/include/objsec.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit feb2a5b

Please sign in to comment.