diff options
Diffstat (limited to 'security/tomoyo/common.h')
-rw-r--r-- | security/tomoyo/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/tomoyo/common.h b/security/tomoyo/common.h index f055e273ec02..36b027460ea6 100644 --- a/security/tomoyo/common.h +++ b/security/tomoyo/common.h | |||
@@ -952,6 +952,9 @@ int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, | |||
952 | *, | 952 | *, |
953 | const struct tomoyo_acl_head | 953 | const struct tomoyo_acl_head |
954 | *)); | 954 | *)); |
955 | void tomoyo_check_acl(struct tomoyo_request_info *r, | ||
956 | bool (*check_entry) (const struct tomoyo_request_info *, | ||
957 | const struct tomoyo_acl_info *)); | ||
955 | 958 | ||
956 | /********** External variable definitions. **********/ | 959 | /********** External variable definitions. **********/ |
957 | 960 | ||