K
Kevin Arthur
Is there any way to create exceptions in the UAC for programs that you
trust? Or will there be in RC1?
trust? Or will there be in RC1?
Jimmy Brush said:Hello,
Unfortunately there will be no way to do this for Windows Vista.
The reason is because the operating system does not know the difference
between YOU starting a program and a program starting a program.
Jimmy said:Actually, SUID is a major security concern when used improperly and has
been the source of many, many security breaches to linux systems.
Most linux apps nowadays do the same thing that MS enforces with UAC -
running the program as a "standard user" and elevating to "root" only
when necessary.
The difference is MS doesn't need a poorly-implemented SUID to make this
work correctly - thus closing an avenue for potential privilege elevation.
password after logging in to Windows every time to run some programs that
require Administrator access. Perhaps it's the software and not the OS
that needs some tweaking?
Speaking of passwords.: The sudo command in Linux (and OS X I believe)
asks you to enter your own password and not thee root/administrator
password.
They seem to do a much better job of it though.