Function report |
Source Code:kernel\auditsc.c |
Create Date:2022-07-28 11:28:29 |
Last Modify:2020-03-17 16:31:21 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__audit_log_capset - store information about the arguments to the capset syscall*@new: the new credentials*@old: the old (current) credentials* Record the arguments userspace sent to sys_capset for later printing by the* audit system if applicable
Proto:void __audit_log_capset(const struct cred *new, const struct cred *old)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cred * | new | |
const struct cred * | old |
2486 | context = audit_context() |
2487 | pid = task_tgid_nr(current process) |
2490 | permitted = caps we're permitted |
2491 | ambient = Ambient capability set |
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 |