提交 feb2a5b8 编写于 作者: J James Morris

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: NJames Morris <jmorris@namei.org>
上级 fdeb0518
......@@ -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;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册