Testing fixes for security improvement, thread safety, and memory management.
This commit is contained in:
@ -36,7 +36,8 @@ class driver(screenDriver):
|
||||
self.hichar = None
|
||||
try:
|
||||
# set workaround for paste clipboard -> injectTextToScreen
|
||||
os.system('sysctl dev.tty.legacy_tiocsti=1')
|
||||
subprocess.run(['sysctl', 'dev.tty.legacy_tiocsti=1'],
|
||||
check=False, capture_output=True, timeout=5)
|
||||
except:
|
||||
pass
|
||||
def initialize(self, environment):
|
||||
|
Reference in New Issue
Block a user