summaryrefslogtreecommitdiffstats
path: root/security/tomoyo/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/tomoyo/common.c')
-rw-r--r--security/tomoyo/common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/tomoyo/common.c b/security/tomoyo/common.c
index 084018351b4f..0994948f3edc 100644
--- a/security/tomoyo/common.c
+++ b/security/tomoyo/common.c
@@ -1203,6 +1203,10 @@ static bool tomoyo_print_condition(struct tomoyo_io_buffer *head,
1203 case 0: 1203 case 0:
1204 head->r.cond_index = 0; 1204 head->r.cond_index = 0;
1205 head->r.cond_step++; 1205 head->r.cond_step++;
1206 if (cond->transit) {
1207 tomoyo_set_space(head);
1208 tomoyo_set_string(head, cond->transit->name);
1209 }
1206 /* fall through */ 1210 /* fall through */
1207 case 1: 1211 case 1:
1208 { 1212 {