diff options
| author | root <[email protected]> | 2024-08-22 06:42:37 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-08-22 06:42:37 +0000 |
| commit | f660e6b2ac772ff6dcc8525e3d40ebbdff73a670 (patch) | |
| tree | 9d4287110ff59e979501753dff4dea90b3858929 /test/test_utils.cpp | |
| parent | 678ddd718a3e1b3561ced76b3a3f65a075e25b5e (diff) | |
rename terminology "virtual table(vtable)" to "attribute"
Diffstat (limited to 'test/test_utils.cpp')
| -rw-r--r-- | test/test_utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_utils.cpp b/test/test_utils.cpp index 5ba40bb..f22ee1f 100644 --- a/test/test_utils.cpp +++ b/test/test_utils.cpp @@ -171,12 +171,12 @@ int rule_table_set_line(struct maat *maat_inst, const char *table_name, int group2rule_table_set_line(struct maat *maat_inst, const char *table_name, enum maat_operation op, long long group_id, long long rule_id, int not_flag, - const char *vtable_name, int clause_index, + const char *attribute_name, int clause_index, int expire_after) { char table_line[128] = {0}; sprintf(table_line, "%lld\t%lld\t%d\t%s\t%d\t%d", - group_id, rule_id, not_flag, vtable_name, clause_index, op); + group_id, rule_id, not_flag, attribute_name, clause_index, op); struct maat_cmd_line line_rule; line_rule.rule_id = TO_GROUP2X_KEY(group_id, rule_id, clause_index); |
