diff options
Diffstat (limited to 'include/linux/lsm_hooks.h')
-rw-r--r-- | include/linux/lsm_hooks.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index 22fc786d723a..85a301632cf1 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h | |||
@@ -1344,7 +1344,6 @@ | |||
1344 | * @field contains the field which relates to current LSM. | 1344 | * @field contains the field which relates to current LSM. |
1345 | * @op contains the operator that will be used for matching. | 1345 | * @op contains the operator that will be used for matching. |
1346 | * @rule points to the audit rule that will be checked against. | 1346 | * @rule points to the audit rule that will be checked against. |
1347 | * @actx points to the audit context associated with the check. | ||
1348 | * Return 1 if secid matches the rule, 0 if it does not, -ERRNO on failure. | 1347 | * Return 1 if secid matches the rule, 0 if it does not, -ERRNO on failure. |
1349 | * | 1348 | * |
1350 | * @audit_rule_free: | 1349 | * @audit_rule_free: |
@@ -1766,8 +1765,7 @@ union security_list_options { | |||
1766 | int (*audit_rule_init)(u32 field, u32 op, char *rulestr, | 1765 | int (*audit_rule_init)(u32 field, u32 op, char *rulestr, |
1767 | void **lsmrule); | 1766 | void **lsmrule); |
1768 | int (*audit_rule_known)(struct audit_krule *krule); | 1767 | int (*audit_rule_known)(struct audit_krule *krule); |
1769 | int (*audit_rule_match)(u32 secid, u32 field, u32 op, void *lsmrule, | 1768 | int (*audit_rule_match)(u32 secid, u32 field, u32 op, void *lsmrule); |
1770 | struct audit_context *actx); | ||
1771 | void (*audit_rule_free)(void *lsmrule); | 1769 | void (*audit_rule_free)(void *lsmrule); |
1772 | #endif /* CONFIG_AUDIT */ | 1770 | #endif /* CONFIG_AUDIT */ |
1773 | 1771 | ||