We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quote from https://www.qubes-os.org/doc/qrexec3/ : """ In Qubes 4.0 policy confirmation dialog (ask action) allow the user to specify target VM.
User can choose from VMs that, according to policy, would lead to ask or allow actions. It is not possible to select VM that policy would deny.
By default no VM is selected, even if the caller provided some, but policy can specify default value using default_target= parameter. """
So, you need something like:
$anyvm ssh-vault ask,default_target=ssh-vault
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quote from https://www.qubes-os.org/doc/qrexec3/ :
"""
In Qubes 4.0 policy confirmation dialog (ask action) allow the user to specify target VM.
User can choose from VMs that, according to policy, would lead to ask or allow actions. It is not possible to select VM that policy would deny.
By default no VM is selected, even if the caller provided some,
but policy can specify default value using default_target= parameter.
"""
So, you need something like:
The text was updated successfully, but these errors were encountered: