mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-07 01:05:00 -04:00
Prefer well defined "disposable" over "throwaway"
This commit is contained in:
parent
889578f18a
commit
cc8aeead5a
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ Be very careful when coding and adding a new rpc service. Unless the
|
||||||
offered functionality equals full control over the target (it is the case
|
offered functionality equals full control over the target (it is the case
|
||||||
with e.g. `qubes.VMShell` action), any vulnerability in a rpc server can
|
with e.g. `qubes.VMShell` action), any vulnerability in a rpc server can
|
||||||
be fatal to Qubes security. On the other hand, this mechanism allows to
|
be fatal to Qubes security. On the other hand, this mechanism allows to
|
||||||
delegate processing of untrusted input to less privileged (or throwaway)
|
delegate processing of untrusted input to less privileged (or disposable)
|
||||||
AppVMs, thus wise usage of it increases security.
|
AppVMs, thus wise usage of it increases security.
|
||||||
|
|
||||||
### Extra keywords available in Qubes 4.0 and later
|
### Extra keywords available in Qubes 4.0 and later
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue