Merge branch 'deeplow-patch-28'

This commit is contained in:
Andrew David Wong 2021-12-22 01:42:57 -08:00
commit e7e21d47b9
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -106,7 +106,9 @@ If no policy rule is matched, the action is denied.
If the policy file does not exist, the user is prompted to create one.
If there is still no policy file after prompting, the action is denied.
In the target VM, the file `/etc/qubes-rpc/RPC_ACTION_NAME` must exist, containing the file name of the program that will be invoked, or being that program itself -- in which case it must have executable permission set (`chmod +x`).
In the target VM, a file in either of the following locations must exist, containing the file name of the program that will be invoked, or being that program itself -- in which case it must have executable permission set (`chmod +x`):
- `/etc/qubes-rpc/RPC_ACTION_NAME` when you make it in the template qube;
- `/usr/local/etc/qubes-rpc/RPC_ACTION_NAME` for making it only in an app qube.
### Making an RPC call