Skip to content
Snippets Groups Projects
Commit d10d2129 authored by Tails developers's avatar Tails developers
Browse files

Use spawn rather than execute to check if a process is running.

Since some applications do run under another user than 'amnesia' and
more privileges are required to see other users processes, the use of
VM.spawn which executes commands in the VM as root is necessary over the
use of VM.execute (which executes commands as 'amnesia').
parent 09e75db0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment