Tagged Questions
The least-privilege tag has no wiki summary.
4
votes
1answer
444 views
Entify Framework Inserts require Select permissions
We use LINQ to Entities to write entries into an Audit database (SQL Server 2008). Since this is a dedicated Audit database, we only insert rows - we never read any rows, update or delete them from ...
1
vote
3answers
352 views
I want run my function in limited account with administrator permission
I want run my program under a limited user account but with administrator privileges on windows XP.
I can't find an answer. I think I can use two ways:
Run my program by another way like a program ...
0
votes
1answer
239 views
Required permissions for accessing Smartcards from Windows Service
I have a Windows service which does some stuff using a Smartcard. The certificate of the smartcard is mapped into the MY store of the local machine. Accessing the private key of the smartcard is no ...
0
votes
2answers
41 views
Creating a different user for each concern of my application!
I want to create my site and in the page have it so that the forum pages will use the forum mysql user having privileges on mydb.forum_table, mydb_forum_table2.
and the profile page to use the ...