Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit feb2a5b8 authored by James Morris's avatar James Morris
Browse files

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: default avatarJames Morris <jmorris@namei.org>
parent fdeb0518
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};