projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdeb051
)
SELinux: remove inherit field from inode_security_struct
author
James Morris
<jmorris@namei.org>
Mon, 19 May 2008 23:42:33 +0000
(09:42 +1000)
committer
James Morris
<jmorris@namei.org>
Mon, 14 Jul 2008 05:01:38 +0000
(15:01 +1000)
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>
security/selinux/include/objsec.h
patch
|
blob
|
blame
|
history
diff --git
a/security/selinux/include/objsec.h
b/security/selinux/include/objsec.h
index 5f0be19ca43a70da0bf658e5b2ce7cee7d621852..91070ab874ce8b1255fadfff9f99aac0ce5bcc60 100644
(file)
--- a/
security/selinux/include/objsec.h
+++ b/
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;
};