Searched refs:agent_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/yama/ |
H A D | yama_lsm.c | 55 char *target_cmd, *agent_cmd; in __report_access() local 58 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access() 62 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access() 65 kfree(agent_cmd); in __report_access()
|
/kernel/linux/linux-6.6/security/yama/ |
H A D | yama_lsm.c | 55 char *target_cmd, *agent_cmd; in __report_access() local 58 agent_cmd = kstrdup_quotable_cmdline(info->agent, GFP_KERNEL); in __report_access() 62 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access() 65 kfree(agent_cmd); in __report_access()
|
Completed in 1 milliseconds