Home
last modified time | relevance | path

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

/security/yama/
Dyama_lsm.c59 char *target_cmd, *agent_cmd; in __report_access() local
61 target_cmd = kstrdup_quotable_cmdline(info->target, GFP_KERNEL); in __report_access()
66 info->access, target_cmd, info->target->pid, agent_cmd, in __report_access()
70 kfree(target_cmd); in __report_access()