Clone
A task is being cloned/forked. This means that a new task will be created on the system.
new task
- The information related to the new task (i.e. cloned/forked) will appear under the .info.tasksection of this event.
- If there is not execvefollowing, the executable of the task remains the same
- .data.flagsis the flags mask (c.f. manual) passed to- clone
{
  "data": {
    "ancestors": "/usr/lib/systemd/systemd|/usr/bin/udevadm",
    "command_line": "/usr/lib/systemd/systemd-udevd",
    "exe": {
      "path": "/usr/bin/udevadm"
    },
    "flags": "0x1200000"
  },
  "info": {
    "host": "...",
    "event": {
      "source": "kunai",
      "id": 6,
      "name": "clone",
      "uuid": "ccd9e8fa-5684-b753-ce65-5527157b33f7",
      "batch": 605
    },
    "task": "...",
    "parent_task": "...",
    "utc_time": "2024-10-29T12:47:58.259432812Z"
  }
}