Skip to content

Commit

Permalink
Add additional process fields to allowlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Dec 9, 2020
1 parent 4c17199 commit b707729
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ const allowlistEventFields: AllowlistFields = {
executable: true,
command_line: true,
hash: true,
pid: true,
uptime: true,
Ext: {
code_signature: true,
},
Expand All @@ -340,6 +342,12 @@ const allowlistEventFields: AllowlistFields = {
Ext: {
code_signature: true,
},
uptime: true,
pid: true,
ppid: true,
},
token: {
integrity_level_name: true,
},
},
};
Expand Down

0 comments on commit b707729

Please sign in to comment.