mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
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>
This commit is contained in:
parent
fdeb05184b
commit
feb2a5b82d
@ -43,7 +43,6 @@ struct inode_security_struct {
|
|||||||
u32 sid; /* SID of this object */
|
u32 sid; /* SID of this object */
|
||||||
u16 sclass; /* security class of this object */
|
u16 sclass; /* security class of this object */
|
||||||
unsigned char initialized; /* initialization flag */
|
unsigned char initialized; /* initialization flag */
|
||||||
unsigned char inherit; /* inherit SID from parent entry */
|
|
||||||
struct mutex lock;
|
struct mutex lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user