1
vote
3answers
50 views
C# 2005 console application always requires elevated privileges
Hi,
I am trying to build an automation application in C# 2005 express edition under windows vista. Problem is, Whenever I try to run this application, either from IDE or directly compiled executable …
2
votes
1answer
126 views
Dropping privileges in C++ on Windows
Is it possible for a C++ application running on Windows to drop privileges at runtime?
For instance, if a user starts my application as Administrator, but there's no reason to run my application as …
2
votes
1answer
360 views
Why do I need setuid(0) within a setuid-root C program that calls an administrative program with system()?
I had to do a dirty Linux hack for somebody so they could start a printer with the cupsenable printername shell command while being a non-root user. I didn't want them to be able to use the entirety …
2
votes
1answer
841 views
Disable Vista UAC per-application, or elevate privileges without prompt?
I have an app that normal users need to be able to run, but requires administrator privileges to actually function.
I tried to make the shortcut that my users run it with "Run as administrator" but …
