Function report |
Source Code:kernel\auditfilter.c |
Create Date:2022-07-28 11:25:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Duplicate LSM field information. The lsm_rule is opaque, so must be* re-initialized.
Proto:static inline int audit_dupe_lsm_field(struct audit_field *df, struct audit_field *sf)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct audit_field * | df | |
struct audit_field * | sf |
782 | ret = 0 |
786 | lsm_str = kstrdup(lsm_str, GFP_KERNEL) |
787 | If Value for the false possibility is greater at compile time(!lsm_str) Then Return -ENOMEM |
802 | Return ret |
Name | Describe |
---|---|
audit_dupe_rule | Duplicate an audit rule. This will be a deep copy with the exception* of the watch - that pointer is carried over. The LSM specific fields* will be updated in the copy. The point is to be able to replace the old |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |