ait/poc/scanner/test.py
author mb
Sat, 04 May 2013 12:17:31 -0400
changeset 1 446a7ba98309
permissions -rw-r--r--
added scanner scripts
mb@1
     1
#!/bin/python
mb@1
     2
import subprocess
mb@1
     3
mb@1
     4
def main():
mb@1
     5
	subprocess.call(['/usr/lib/qubes/qrexec_client', '-d', 'scanner1', 'root:ls -la'])
mb@1
     6
mb@1
     7
main()