Skip to content

Commit 28db7a3

Browse files
roscisztester
authored and
tester
committed
add Xorg to protection service blacklist
1 parent d10d819 commit 28db7a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorhive/core/services/ProtectionService.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def find_hostname(self, uuid: str) -> Optional[str]:
115115
@property
116116
def ignored_processes(self):
117117
return [
118+
'Xorg',
118119
'/usr/lib/xorg/Xorg',
119120
'/usr/bin/X',
120121
'X',

0 commit comments

Comments
 (0)