mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
Changed fromat of the end tag such that it is easier parsable by the aha
decision engine
This commit is contained in:
parent
42f3981edd
commit
4d468f9ad9
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ void dump_execve(char __user *file, char __user *__user *argv,
|
|||
|
||||
|
||||
/* FIXME the MAGIC word is not escaped it could emerge as argument */
|
||||
cnt = snprintf(q,cnt,"DONE\n");
|
||||
cnt = snprintf(q,cnt,"DONE=1\n");
|
||||
if ((cnt >0) & (cnt < MAX_DUMP_BUF))
|
||||
os_write_file(fd,q,cnt);
|
||||
os_close_file(fd);
|
||||
|
|
Loading…
Reference in a new issue