Skip to content

Commit

Permalink
correct linux mapping error
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Haywood <grant@phaseshift.studio>
  • Loading branch information
phaseshiftg committed Jan 10, 2023
1 parent 887be34 commit cebda1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/OSMapping/linux/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "alias"
},
"system-auth-user": {
"path": "auditd.log.exe",
"path": "system.auth.user",
"type": "alias"
},
"process-exe": {
Expand All @@ -47,6 +47,6 @@
"process-real_user-id": {
"path": "process.real_user.id",
"type": "alias"
},
}
}
}

0 comments on commit cebda1b

Please sign in to comment.