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
2 answers

Teamspeak 3 Privilage Key Generator

I am looking for a way to create a privilege key for a Teamspeak 3 server that my client owns so that upon completion of a users registration, an email is sent welcoming them, but also contains a key for them to use, if they want to, to easily…
-1
votes
1 answer

Privilege Management

I have a weird problem. Suppose there is a 8-bit string to represent privilege of some process. I have 4 type of privileges A,B,C,D. Under each category, there might be sub privileges as well. How to represent it in just 8 bits?
Sudipta Roy
  • 740
  • 1
  • 9
  • 29
-2
votes
1 answer

WordPress Admin only templates

In WordPress I'd like to restrict the templates that the Editor role can create pages with. If I have 2 templates named Default Template and Advanced Template; how do I make it such that the Admin role has access to build pages off both but the…
User301276
  • 55
  • 1
  • 8
-2
votes
1 answer

Why can't I edit user privileges in pgAdmin 4?

Everything is in the title: I can't edit user privileges in pgAdmin 4. To be more precise: I launch pgAdmin 4, enter the global password, enter the server password, click on Login/Group Roles, click on the user for which I want to edit the…
Takamura
  • 347
  • 5
  • 12
-2
votes
1 answer

c# I want to make code that requires admin from a button, and do not open the app with permission, how do i make this?

I have a project, but I don't want to have to open it with admin permission, but a button that requires that admin. is there any code to do this?
-2
votes
1 answer

Grants on Oracle package

Is it required to give grants again on existing oracle package after re compiling it? And also is it mandatory that we need to have db credentials to deploy the packages.
AnK
  • 3
  • 3
-2
votes
1 answer

enabled SeDebugPrivilege in windows but not able to use GetModuleBaseName function in c++

I have enabled the SeDubugPrivilege but the GetModuleBaseName not working, I have all the admin rights. I tried it on different pc it works fine. But in my pc i cannot get the desired output. Here's my code: void printError(){ wchar_t buf[256]; …
-2
votes
3 answers

C# library for startInfo

I can't find a C# library to use startInfo.Verb="runas". Please tell me where I can find it. using ???; ... startInfo.Verb="runas";
Lazar Galić
  • 3
  • 1
  • 4
-2
votes
2 answers

Allow an unprivileged user to run a certain command

Does anyone know how to allow an unprivileged user to run a certain command as a sudo? I want a user to run sudo ./exec.o , where exec.o is an executable that has to be run as a superuser. All of this will be executed in Ubuntu.
Fils
  • 1
  • 2
-2
votes
1 answer

Root shell spawning

I currently study a book about security (I didn't post the book's name because I am not sure about site rules but I can do it if there is no problem with that) and I came across a sample of code who's purpose is to spawn a root shell. int main(){ …
John Vn
  • 81
  • 2
  • 10
-2
votes
2 answers

Windows UAC Security With Exe

I have an exe created with an old Borland C++ compiler. It needs administrator privileges to function correctly. Since the app will run at startup, I do not want the user prompted if it's OK to run the program (testing on Win7). My question is is…
kizeloo
  • 183
  • 8
-2
votes
1 answer

Where to store the tables to grant privilege to a new user in oracle 10g

I am working an assignment project for university. Where I have four users admin, user, organizer and sponsor. Now I don't want "ALL" privileges to all users. For example I want to set only select privilege to organizer for table FEST. I know how…
Jahan
  • 3
  • 1
  • 4
-2
votes
1 answer

In which cases an application should require to be executed as administrator?

I'm wondering in which cases an application should require to be executed as administrator. Are there specific actions that should require this privilege level? As an example... My application (C:\Program Files\MyAppFolder\MyApp.exe) must be able to…
Hwau
  • 850
  • 3
  • 12
  • 23
-2
votes
2 answers

ALL PRIVILEGES except one table in MySQL

I want to grant all privileges to a user. For this I do: GRANT ALL PRIVILEGES TO 'carl'@'%'; Now, I want to revoke the privileges for a specified table from user carl. Does I have now to revoke the ALL PRIVILEGES and GRANT each table seperatly or…
BennoDual
  • 5,865
  • 15
  • 67
  • 153
-3
votes
1 answer

SeDebugPrivilege token missing

I am running my application as local user administrator, but for some strange reason SeDebugPriviledge is missing from the token list of my process. Is there any way I can add it ? (Not enabling it because it's missing).
opc0de
  • 11,557
  • 14
  • 94
  • 187
1 2 3
99
100