aboutsummaryrefslogtreecommitdiffstats
path: root/security/tomoyo/domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/tomoyo/domain.c')
-rw-r--r--security/tomoyo/domain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c
index 860390ee1fbe..70acf7aebbda 100644
--- a/security/tomoyo/domain.c
+++ b/security/tomoyo/domain.c
@@ -567,6 +567,7 @@ out:
567 tomoyo_write_log(&r, "use_profile %u\n", 567 tomoyo_write_log(&r, "use_profile %u\n",
568 entry->profile); 568 entry->profile);
569 tomoyo_write_log(&r, "use_group %u\n", entry->group); 569 tomoyo_write_log(&r, "use_group %u\n", entry->group);
570 tomoyo_update_stat(TOMOYO_STAT_POLICY_UPDATES);
570 } 571 }
571 } 572 }
572 return entry; 573 return entry;