diff options
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r-- | security/tomoyo/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index 7984a0ed548b..a15fe29740a4 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
@@ -662,6 +662,7 @@ const struct tomoyo_path_info *tomoyo_get_name(const char *name); | |||
662 | void tomoyo_convert_time(time_t time, struct tomoyo_time *stamp); | 662 | void tomoyo_convert_time(time_t time, struct tomoyo_time *stamp); |
663 | void tomoyo_update_stat(const u8 index); | 663 | void tomoyo_update_stat(const u8 index); |
664 | void __init tomoyo_mm_init(void); | 664 | void __init tomoyo_mm_init(void); |
665 | void __init tomoyo_load_builtin_policy(void); | ||
665 | int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, | 666 | int tomoyo_path_permission(struct tomoyo_request_info *r, u8 operation, |
666 | const struct tomoyo_path_info *filename); | 667 | const struct tomoyo_path_info *filename); |
667 | int tomoyo_check_open_permission(struct tomoyo_domain_info *domain, | 668 | int tomoyo_check_open_permission(struct tomoyo_domain_info *domain, |