Home
last modified time | relevance | path

Searched refs:agent_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/yama/
H A Dyama_lsm.c55 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()