How does Google chrome install without admin rights?

383 views

Isn’t that a major security issue?

In: 3

12 Answers

Anonymous 0 Comments

Google Chrome does not need to do things in the core of the computer, things that might be exploited by a malicious application. It does not need to manipulate the process table, every process is clearly marked as running under Google Chrome. It does not need to modify system files which affect other applications. It does not need to directly interact with hardware. Google Chrome only need access to the network, render things in a window on the screen, and read user input to this window. This is all things that can be done in a secure way through existing interfaces.

You are viewing 1 out of 12 answers, click here to view all answers.