Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlog committed Oct 30, 2020
1 parent fabc291 commit a157d57
Showing 1 changed file with 21 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,28 +196,30 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
events: { file: false, network: true, process: true },
logging: { file: 'info' },
malware: { mode: 'prevent' },
policy: {
linux: {
events: { file: false, network: true, process: true },
logging: { file: 'info' },
popup: {
malware: {
enabled: true,
message: '',
},
},
mac: {
events: { file: false, network: true, process: true },
logging: { file: 'info' },
malware: { mode: 'prevent' },
},
windows: {
events: {
dll_and_driver_load: true,
dns: true,
file: false,
network: true,
process: true,
registry: true,
security: true,
},
windows: {
events: {
dll_and_driver_load: true,
dns: true,
file: false,
network: true,
process: true,
registry: true,
security: true,
logging: { file: 'info' },
malware: { mode: 'prevent' },
popup: {
malware: {
enabled: true,
message: '',
},
logging: { file: 'info' },
malware: { mode: 'prevent' },
},
},
},
Expand Down

0 comments on commit a157d57

Please sign in to comment.