|
|
|
|
|
by flukus
3570 days ago
|
|
> Filesystem permissions cannot be controlled on a per app level They can if you adopt a user per app model. I thought this is what android/UWP did under the hood. > I do not like the fact, that an installation of for example a game needs admin rights, and has every chance to access data it should not be able to do. I doesn't. The biggest cause of this is the default of requiring admin to access program files, even if it's only touching it's own new folder. Installing off steam happens without admin rights, apart from the VC++ redistributable (why is that a thing?). |
|