Tagged Questions
The privileges tag has no wiki summary.
31
votes
4answers
13k views
Authorize a non-admin developer in Xcode / Mac OS
I use a standard user account for my daily tasks on Mac OS. Since upgrading to Snow Leopard I am asked to do the following when a program is run from within Xcode:
"Type the name and password of a ...
21
votes
4answers
16k views
How to elevate privileges only when required?
This question applies to Windows Vista!
I have an application which normally works without administrative privileges. There is one activity which does need administrative privilege but I don't want ...
8
votes
3answers
176 views
How to perform file / directory manipulation with user privileges in mind?
I have a server application that will be running under a system account because at any given time, it will be processing requests on behalf of any user on the system. These requests consist of ...
8
votes
5answers
2k views
Is there any graphical “sudo” for Mac OS X?
I'm designing a little software in Java. I don't know the term/definition to what I'm doing, but I'm prompting commands from Java to the terminal. Something like this:
Process process = ...
7
votes
2answers
3k views
How can I tell if my process is running As Administrator?
I would like to display some extra UI elements when the process is being run as Administrator as opposed to when it isn't, similar to how Visual Studio 2008 displays 'Administrator' in its title bar ...
6
votes
1answer
87 views
Limitations of a No-Install C# Application?
I'm using SharpDevelop to create a WinForm-based C# application. After studying my target audience, I believe it is in my best interest to use a no-install application. While creating my HelloWorld! ...
6
votes
3answers
305 views
Running a process with lowest possible privileges in winapi
I am writing something similar to the http://ideone.com/. Currently I am running user processes with CreateProcess call. I kill the process if it runs longer then specified amount of time but I don't ...
6
votes
3answers
4k views
Windows Vista/Win7 Privilege Problem: SeDebugPrivilege & OpenProcess
Everything I've been able to find about escalating to the appropriate privileges for my needs has agreed with my current methods, but the problem exists. I'm hoping maybe someone has some Windows ...
6
votes
8answers
1k views
Automatic program update and Windows 7
We have a suite of programs that check for new versions at startup, and then download new versions to run if required. This is obviously a problem in Windows 7, when it is locked down as a 'standard ...
6
votes
2answers
3k views
Why is a “GRANT USAGE” created the first time I grant a user privileges?
I'm new to the admin side of DBMS and was setting up a new database tonight (using MySQL) when I noticed this. After granting a user a privilege for the first time, another grant is created that looks ...
6
votes
4answers
4k views
How can I restore the MySQL root user’s full privileges?
I accidentally removed some of the privileges from my MySQL root user, including the ability to alter tables. Is there some way I can restore this user to its original state(with all privileges)?
...
6
votes
2answers
2k views
Does full trust mean the same as Run As Administrator
Does full trust mean the same as Run As Administrator? I have read things stating that "for this to work, the application must be a full-trust application." Is that the same as you must have ...
5
votes
1answer
116 views
Is it fatal if RevertToSelf() after ImpersonateSelf() fails?
MSDN says that if RevertToSelf() fails the program should terminate immediately, because otherwise it continues to run in the name of the client being impersonated and that is inappropriate. Now ...
5
votes
3answers
214 views
CPU Privilege Rings: Why rings 1 and 2 aren't used?
A couple of questions regarding the x86 CPU privilege rings:
Why aren't rings 1 and 2 used by most operating systems? Is it just to maintain code compatibility with other architectures, or is there ...
5
votes
2answers
783 views
Seeking alternative to AppDomain.CreateDomain(string, evidence) due to obsolete CAS policy
I am working through the Microsoft .Net Framework--Application Development Foundation Training Kit book Chapter 8 Lesson 2: Configuring Application Domains
ShowWinIni being the assembly name for the ...
5
votes
1answer
397 views
How to implement C# Rhino Security
I am trying to implement Rhino Security, i have managed to find a couple tutorials but they do not give enough information to completely understand it, i was wondering if anyone knows of a good source ...
5
votes
4answers
373 views
Detect if Java application was run as an admin
I have a Java application. Is there anyway I can tell if the process was run with admin privileges?
Thanks.
5
votes
4answers
3k views
Delphi app manifest file problems under WinXP and Win7
My last question "List service and services status under Win-7" made me start working on a solution that gives my app the admin privileges under Windows Vista onward based on a .manifest file.
I was ...
5
votes
4answers
9k views
How do I get column datatype in Oracle with PL-SQL with low privileges?
I have read only access to a few tables in an Oracle database. I need to get schema information on some of the columns but i'm having trouble doing so. I'd like to use something analogous to MS SQL's ...
5
votes
2answers
12k views
Execute Immediate within a stored procedure keeps giving insufficient priviliges error
Here is the definition of the stored procedure:
CREATE OR REPLACE PROCEDURE usp_dropTable(schema VARCHAR, tblToDrop VARCHAR) IS
BEGIN
DECLARE v_cnt NUMBER;
BEGIN
SELECT COUNT(*)
INTO ...
5
votes
2answers
881 views
How can I drop privileges in Perl?
I created a server program that will be started as root. After it is started I want to drop privileges to another user. How can I do this securely?
5
votes
2answers
3k views
What database privileges does a Wordpress Blog really need?
I am setting up a few Wordpress blog sites. I have created a user in mysql that wordpress will use to access its database. The docs say to give this user all privileges on the database.
Does it ...
4
votes
2answers
39 views
oracle table_privileges values
Does anybody know the values that are given in the table_privileges? I already found out what "A" means. But I did not find out for what the "S" stands for. I think this isnt documented. It has ...
4
votes
2answers
94 views
Oracle newly created user privileges issue?
Does newly created user:
create user John
identified by secret;
have some privileges? Or is there any oracle config for privileges of newly created user? I need information about this topic.
4
votes
3answers
245 views
Hashing SSNs and other limited-domain information
I'm currently working on an application where we receive private health information. One of the biggest concerns is with the SSN. Currently, we don't use the SSN for anything, but in the future we'd ...
4
votes
2answers
297 views
Column-level privileges vs. legacy application
I got a request to implement Column-level privileges, for example:
GRANT UPDATE("column1") ON "TABLE" TO ROLE;
But I found that client applications ( in Delphi+ODAC ) always emits SQL updates ...
4
votes
1answer
180 views
.NET - Lower Application Privileges
I would like to know how to programmatically lower my application's privileges. So, let's say someone with admin privileges runs my program, I would like my program to still run under a normal user's ...
4
votes
2answers
4k views
Start Java Runtime Process with Administrator rights on Vista
i want to execute a setup.exe installer which installes a software on vista with java 1.6.
The user is not an administrator. When i try to start the process i get the error message:
CreateProcess ...
4
votes
2answers
4k views
Unable to register the DLL/OCX: RegSvr32 failed with exit code 0xC0000005 with Inno Setup 5.2.3
I am trying to register a COM DLL using Inno Setup in a setup package I created. During test installations on Vista, I get this error:
Unable to register the DLL/OCX: RegSvr32 failed with exit ...
4
votes
2answers
4k views
mysql java cant execute stored procedure
I am connecting to a mysql(5.08) db running on a linux machine from a web application running in tomcat.
I get the following exception..when I try to execute a stored procedure..
...
4
votes
5answers
14k views
Detect if running with administrator privileges under Windows XP
I am trying to work out how to detect whether a user is running with admin rights under Windows XP. This is fairly easy to do in Vista/Win7 thanks to the whoami command. Here's a snippet in Ruby for ...
4
votes
5answers
286 views
Why do profilers need administrative privs (on Windows)
I've been evaluating profilers and memory checking tools for native C++ programs on Windows and all of them want to be installed and run with administrator privileges. I rarely log in as admin on my ...
3
votes
1answer
40 views
creating a user and granting no privileges
Is there a difference between
grant usage on databasename.* to 'username'@'localhost' identified by 'password'
and
grant usage on *.* to 'username'@'localhost' identified by 'password'
and
...
3
votes
2answers
88 views
How can I list the scheduled jobs running in my database?
I am new to oracle. I need to get the scheduled jobs in my database.
I queried
DBA_SCHEDULER_JOBS,
DBA_SCHEDULER_SCHEDULES, DBA_SCHEDULER_PROGRAMS,
DBA_SCHEDULER_JOB_CLASSES, DBA_JOBS.
But ...
3
votes
4answers
160 views
Windows: Running privileged command from non-privileged using CMD (or Java)
I will have a service that runs as administrator and listens on a port. My GUI program will talk to the administrator service for the items that require administrator privileges.
If the service is ...
3
votes
1answer
65 views
What privileges should I grant to my InnoDB MySQL user?
I've a MySQL user (InnoDB engine) and I was wondering what would be the safe privileges to grant for it?
Currently I've granted it permission to access the specific database and these privileges:
...
3
votes
2answers
63 views
Allowing a MySQL user to grant themselves privileges to a new database
I have a MySQL user, which we'll call Tom. Tom has global CREATE and SHOW DATABASES privileges, with the 'GRANT' option.
The user is assigned SELECT, INSERT, UPDATE and DELETE privileges on a ...
3
votes
2answers
602 views
MySQL grant all privileges to database except one table
I've been unable to find a reasonable solution to achieve the following:
I wish to have a user that has ALL privileges on a database (or series of databases with the same schema), except for one ...
3
votes
2answers
360 views
Oracle DBA Role and its specific functions (and possible replacement)
I have to install an application server that requires an user to write to the database, possibly create new schemes and such. However, I've always used the "work around" to assign the DBA Role to that ...
3
votes
2answers
181 views
Modify system configuration files and use system commands through web interface
I received a project recently and I am wondering how to do something in a correct and secure manner.
The situation is the following:
There are classes to manage linux users, mysql users and ...
3
votes
3answers
108 views
Access /Private/etc with c
this might be a simple question, but how do I "request" system / root priviliges from the user in a c console application. I need to write to /Private/etc but i can't. This is for mac / unix.
I've ...
3
votes
1answer
136 views
Default MySQL user privileges after executing CREATE USER
What privileges does a newly created user have after running:
CREATE USER 'jeffrey'@'localhost' IDENTIFIED BY 'mypass';
3
votes
3answers
1k views
Obtaining admin privileges to delete files using rm from a Cocoa app
I am making a small app that deletes log files. I am using an NSTask instance which runs rm and srm (secure rm) to delete files.
I want to be able to delete files in:
/Library/Logs
~/Library/Logs
...
3
votes
1answer
336 views
Assembly - Privilege Levels
How can I perform restricted instructions such as IN and OUT from protected mode?
I've found out that It would require privilege level (CPL) high enough to perform the IO instruction. How can I run ...
3
votes
1answer
186 views
What to grant to user to use index of table while quering?
I want to know if oracle uses index when user queries data from table and that user has been granted just: grant select on table to user
I want to know if it is needed some another grant to use ...
3
votes
1answer
222 views
Grant database user folder access
I'm trying to create a csv export of data from mysql using the following query:
SELECT * INTO OUTFILE '/tmp/result.csv'
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
ESCAPED BY '\\'
LINES ...
3
votes
3answers
512 views
Python - checking if a user has administrator privileges
I'm writing a little program as a self-learning project in Python 3.x. My idea is for the program to allow two fields of text entry to the user, and then plug the user's input into the value of two ...
3
votes
5answers
237 views
What is the best practices for checking if the user of a Python script has root-like privileges?
I have a Python script that will be doing a lot of things that would require root-level privileges, such as moving files in /etc, installing with apt-get, and so on. I currently have:
if os.geteuid() ...
3
votes
3answers
508 views
Is it possible to install into Program Files with limited privileges?
I have an application that will be deployed as MSI package (authored in WiX).
I am deciding whether to specify elevated or limited privileges as required for the installer.
The application does not ...
3
votes
1answer
919 views
List service and services status under Win-7
I have a service monitor app that monitors the status of three other servers app - you know those kind of green, red status stuff, start, stop, etc.
The problem is that it shows the wrong state in ...