Skip to content

Commit

Permalink
add Xorg to protection service blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
roscisz authored and tester committed Jun 12, 2019
1 parent d10d819 commit 28db7a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorhive/core/services/ProtectionService.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def find_hostname(self, uuid: str) -> Optional[str]:
@property
def ignored_processes(self):
return [
'Xorg',
'/usr/lib/xorg/Xorg',
'/usr/bin/X',
'X',
Expand Down

0 comments on commit 28db7a3

Please sign in to comment.