Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Dec 18, 2024
1 parent d2221d6 commit e8dc508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/system/process/helpers_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func isNonFatal(err error) bool {
}

func processesToIgnore() (m map[uint64]struct{}) {
// shouldIgnore checks if we should ignore the pid, to avoid elevated permissions
// processesToIgnore checks if we should ignore the pid, to avoid elevated permissions

// LSASS.exe is a process which has no useful cmdline arguments, we should ignore acessing such process to avoid triggering Windows ASR rules
// we can query pid for LASASS.exe from registry
Expand Down

0 comments on commit e8dc508

Please sign in to comment.