A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » General Vista Help and Support
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

General Vista Help and Support The general Windows Vista discussion forum, for topics not covered elsewhere. (microsoft.public.windows.vista.general)

UAC



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old August 31st 06, 03:20 AM posted to microsoft.public.windows.vista.general
Kevin Arthur
external usenet poster
 
Posts: 14
Default UAC

Is there any way to create exceptions in the UAC for programs that you
trust? Or will there be in RC1?

--
Kevin
Please send replies to group.

  #2 (permalink)  
Old August 31st 06, 03:25 AM posted to microsoft.public.windows.vista.general
Jimmy Brush
external usenet poster
 
Posts: 827
Default UAC

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.

If you allow a certain program, for example the command prompt, to always
run "as administrator", a malware program would be able to start a command
prompt without your permission and use that command prompt to do things that
you don't want it to do, such as format your hard drive.

--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

  #3 (permalink)  
Old August 31st 06, 06:01 AM posted to microsoft.public.windows.vista.general
dotcom
external usenet poster
 
Posts: 70
Default UAC

That's too logical Jimmy...cut it out!
dotcom

"Jimmy Brush" wrote in message
...
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.

If you allow a certain program, for example the command prompt, to always
run "as administrator", a malware program would be able to start a command
prompt without your permission and use that command prompt to do things
that you don't want it to do, such as format your hard drive.

--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/


  #4 (permalink)  
Old August 31st 06, 01:07 PM posted to microsoft.public.windows.vista.general
Scott
external usenet poster
 
Posts: 27
Default UAC


"Jimmy Brush" wrote in message
...
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.


It's too bad there's no SUID option in Vista. It works quite nicely in
Linux.
Microsoft gets it wrong, yet again.

--
Scott http://angrykeyboarder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet?

  #5 (permalink)  
Old August 31st 06, 10:04 PM posted to microsoft.public.windows.vista.general
Jimmy Brush
external usenet poster
 
Posts: 827
Default UAC

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.


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/
"Scott" wrote in message
...

"Jimmy Brush" wrote in message
...
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.


It's too bad there's no SUID option in Vista. It works quite nicely in
Linux.
Microsoft gets it wrong, yet again.

--
Scott http://angrykeyboarder.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet?


  #6 (permalink)  
Old August 31st 06, 11:09 PM posted to microsoft.public.windows.vista.general
Scott
external usenet poster
 
Posts: 27
Default UAC

Jimmy Brush wrote:
Actually, SUID is a major security concern when used improperly and has
been the source of many, many security breaches to linux systems.


True but a few of them still need it. You do get a security warning
before installing though. And in most cases it's only a risk if your
computer is directly connected to the Internet with no Firewall (mine
isn't).


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.


They seem to do a much better job of it though.

The difference is MS doesn't need a poorly-implemented SUID to make this
work correctly - thus closing an avenue for potential privilege elevation.


They need something. I shouldn't have to enter my administrator
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.




--
Scott http://angrykeyboarder.com
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet?
  #7 (permalink)  
Old August 31st 06, 11:57 PM posted to microsoft.public.windows.vista.general
Jimmy Brush
external usenet poster
 
Posts: 827
Default UAC

They need something. I shouldn't have to enter my administrator
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.


It sounds like you are running in a standard user account. This will always
prompt you to enter the password of an administrator when you run an
application that needs admin permissions.

This is a good idea; as a suggestion, if you are opening a program that
usually throws a lot of permissions dialogs, right-click that program and
click Run As Administrator - this will implicitly give any other action that
program does permission.

Otherwise, if you change your account type to administrator, you will see
behavior similar to OSX (based on what you have descibed). When logged in as
an administrator, programs run with limited rights, and you are asked to
click "continue" to authorize programs to have admin rights. You can change
this behavior using Local Security Settings in Administrative Tools to
always ask you to enter your password instead of just being able to click
continue, and this should exactly mimick OSX behavior.


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

  #8 (permalink)  
Old September 1st 06, 12:00 AM posted to microsoft.public.windows.vista.general
Jimmy Brush
external usenet poster
 
Posts: 827
Default UAC

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.


They seem to do a much better job of it though.


I agree .

The difference is, Linux apps have volunatarily done this to make the system
more secure.

In Windows, Microsoft has to drag software vendors kicking and screaming
into this new security model. This is the major pain point with UAC as is -
old/current apps don't play nice because they don't follow the rules.


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

  #9 (permalink)  
Old September 1st 06, 03:21 AM posted to microsoft.public.windows.vista.general
Kevin Arthur
external usenet poster
 
Posts: 14
Default UAC

These are all valid points, but it seems to me that the UAC should act more
like a firewall. I'm programming with JCreator, and whenever I re-compile,
I have to tell Vista it's ok to run the java compiler. It seems like I
should be able to disable UAC for this particular program, or at least only
have to approve it once in, say, a 30 minute period.

"Jimmy Brush" wrote in message
...
They need something. I shouldn't have to enter my administrator
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.


It sounds like you are running in a standard user account. This will
always prompt you to enter the password of an administrator when you run
an application that needs admin permissions.

This is a good idea; as a suggestion, if you are opening a program that
usually throws a lot of permissions dialogs, right-click that program and
click Run As Administrator - this will implicitly give any other action
that program does permission.

Otherwise, if you change your account type to administrator, you will see
behavior similar to OSX (based on what you have descibed). When logged in
as an administrator, programs run with limited rights, and you are asked
to click "continue" to authorize programs to have admin rights. You can
change this behavior using Local Security Settings in Administrative Tools
to always ask you to enter your password instead of just being able to
click continue, and this should exactly mimick OSX behavior.


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/


  #10 (permalink)  
Old September 1st 06, 05:23 AM posted to microsoft.public.windows.vista.general
Jimmy Brush
external usenet poster
 
Posts: 827
Default UAC

Why on earth does a java compiler need admin access to the computer?

I think once applications are written with UAC in mind you won't run into
these types of situations.


--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.