Questions tagged [privileges]

This tag is for questions relating to the general topic of privileges, without reference to any specific operating system or application.

This tag is for questions relating to the general topic of privileges, without reference to any specific operating system or application.

1503 questions
-1
votes
1 answer

why does GDB lower its privilege during debugging?

GDB lowers its privileges during debugging - for instance, SETUID root programs won't run with root privilege. I do not see why GDB should lower its privilege, since GDB is utilized on administrator-access regarding the binary. Is there any explicit…
yongari38
  • 41
  • 1
  • 8
-1
votes
1 answer

Moving Magento - SUPER privileges issue

i'm moving my Magento website from my actual provider to a new Cloud solution. I have some issues while importing the database because some SQL lines require SUPER privileges and my new hosting cannot read them. How can i solve this?
Ade
  • 7
  • 2
-1
votes
1 answer

How can I allow someone to run my Oracle functions/procedures but not able to view its source codes

i have an oracle database schema with functions, stored procedures and packages. i want to allow some developers to access my tables read only so i create a user with READ ONLY access to my tables. i want to grant them EXECUTE on my stored…
angkong
  • 1
  • 1
-1
votes
1 answer

How to GRANT privileges to user on Ubuntu MySQL database?

I logged in as root with sudo mysql -u root and created a database xxx with this command: CREATE DATABASE xxx; I want to give privileges to user webuser on xxx with this command: GRANT ALL PRIVILEGES ON xxx.* TO 'webuser'@'localhost'; I'm…
BlueSkies
  • 109
  • 8
-1
votes
1 answer

MYSQL How to grant all privileges to user only to the databases which he created?

im creating a few users: user1 user2 user3 i want to give them ALL PRIVILEGES to the bases(creating/removing) inside their account i want them to see and affect databases only inside their account... how should i do this with shell ?
user2177459
  • 97
  • 3
  • 9
-1
votes
1 answer

Sharedmemory between different sessions

I have two applications: first one: running with SYSTEM Privileges started by a service and the second one: running still as SYSTEM but with lower privileges (SE_GROUP_INTEGRITY = "S-1-16-4096") I want both applications to communicate over…
StillWaters77
  • 15
  • 1
  • 4
-1
votes
2 answers

Query to identify who can make changes to SQL DB objects

I am looking for a query to run on SQL server to identify who can change DB objects structure (DLL) within a SQL server. Please help. Thank you.
Brian Tran
  • 115
  • 10
-1
votes
1 answer

Transfer rights from user to another user

I have 3 tasks: Create a database owner with 'sa' rights. Create three database users. Transfer the rights from the user from task 1 to one of the users from task 2. I know how to solve first and second tasks: CREATE USER admin WITH LOGIN PASSWORD…
TupleCats
  • 351
  • 3
  • 15
-1
votes
1 answer

Question about "Everyone" permission on Windows system

"Everyone" has all "(F)" rights. However, I can not copy files to that folder with the standard user's account. Requires administrator privileges. Why? C:\Users\test>icacls "C:\Program Files\test" C:\Program Files\test Everyone:(OI)(CI)(IO)(F) …
y1026
  • 7
  • 2
-1
votes
1 answer

cant access some tables from database when published online

so i already created a user on web hosting and gave it all privileges, all tables from database are working normally except my table reservation, the error says here is where i gave all privilages on the user "Syntax error or access violation: 1142…
Hephistus
  • 1
  • 1
-1
votes
1 answer

Oracle: How to grant read and create Views privilege to a role?

How to grant read and create Views privilege to a role? Here are the steps I've done: Grant statement to the role "CUSTOM_ROLE": GRANT SELECT ON MY_VIEW_1 to CUSTOM_ROLE; Assign the role to a user id: GRANT CUSTOM_ROLE TO USERID_123;…
Jemru
  • 2,091
  • 16
  • 39
  • 52
-1
votes
1 answer

How do I make it so my .NET 4 console app is automatically checked with the "run as administrator" requirement

Possible Duplicate: How to force C# App to run as administrator on Windows 7 hi sorry about the question title, I really didn't know how to ask this, and googling failed, probably because I didn't know how to ask the question! I know that you can…
andy
  • 8,775
  • 13
  • 77
  • 122
-1
votes
2 answers

How to give the privilege of giving privileges in Oracle

I want to create an application about one user select other users and define there privileges, but this user don't be a Administrator or "dba". A sentence as: GRANT GRANT TO BIG_USER; The "Big User" have many privileges, another users the same or…
-1
votes
2 answers

Oracle - grant privileges to a user

Is there a way to grant privileges of select, insert, update and delete to a user so that if we add a new table later, the user still have these privileges on the new table ? Thanks for help,
kkung
  • 715
  • 4
  • 10
  • 18
-1
votes
1 answer

What privileges need to create applications in SharePoint 2013?

I'm going to do a project with SharePoint for an organization. This organization has a full account of Office365 and SharePoint 2013. My current user has insufficient privileges for creating and maintaining Web sites on that server. What level of…
gabi13
  • 101
  • 8