10-qubes-core-agent-features.sh 159 B

123456789
  1. #!/bin/sh
  2. # announce features supported by this template
  3. qvm-features-request qrexec=1
  4. if [ -x /usr/bin/qubes-gui ]; then
  5. qvm-features-request gui=1
  6. fi