ait/poc/scanner/test.py
changeset 1 446a7ba98309
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ait/poc/scanner/test.py	Sat May 04 12:17:31 2013 -0400
     1.3 @@ -0,0 +1,7 @@
     1.4 +#!/bin/python
     1.5 +import subprocess
     1.6 +
     1.7 +def main():
     1.8 +	subprocess.call(['/usr/lib/qubes/qrexec_client', '-d', 'scanner1', 'root:ls -la'])
     1.9 +
    1.10 +main()