projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd5f82
)
TOMOYO: Update LSM flags to no longer be exclusive
author
Kees Cook
<keescook@chromium.org>
Fri, 12 Oct 2018 19:07:39 +0000
(12:07 -0700)
committer
Kees Cook
<keescook@chromium.org>
Tue, 8 Jan 2019 21:18:45 +0000
(13:18 -0800)
With blob sharing in place, TOMOYO is no longer an exclusive LSM, so it
can operate separately now. Mark it as such.
Signed-off-by: Kees Cook <keescook@chromium.org>
security/tomoyo/tomoyo.c
patch
|
blob
|
history
diff --git
a/security/tomoyo/tomoyo.c
b/security/tomoyo/tomoyo.c
index
9094cf4
..
066c0da
100644
(file)
--- a/
security/tomoyo/tomoyo.c
+++ b/
security/tomoyo/tomoyo.c
@@
-577,7
+577,7
@@
static int __init tomoyo_init(void)
DEFINE_LSM(tomoyo) = {
.name = "tomoyo",
.enabled = &tomoyo_enabled,
- .flags = LSM_FLAG_LEGACY_MAJOR
| LSM_FLAG_EXCLUSIVE
,
+ .flags = LSM_FLAG_LEGACY_MAJOR,
.blobs = &tomoyo_blob_sizes,
.init = tomoyo_init,
};