浏览代码

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>
James Morris 17 年之前
父节点
当前提交
feb2a5b82d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      security/selinux/include/objsec.h

+ 0 - 1
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;
 };