aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/tomoyo/domain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c
index 92af8f50e0fa..093a756030bd 100644
--- a/security/tomoyo/domain.c
+++ b/security/tomoyo/domain.c
@@ -376,7 +376,7 @@ int tomoyo_write_domain_keeper_policy(char *data, const bool is_not,
376bool tomoyo_read_domain_keeper_policy(struct tomoyo_io_buffer *head) 376bool tomoyo_read_domain_keeper_policy(struct tomoyo_io_buffer *head)
377{ 377{
378 struct list_head *pos; 378 struct list_head *pos;
379 bool done = false; 379 bool done = true;
380 380
381 down_read(&tomoyo_domain_keeper_list_lock); 381 down_read(&tomoyo_domain_keeper_list_lock);
382 list_for_each_cookie(pos, head->read_var2, 382 list_for_each_cookie(pos, head->read_var2,