Questions tagged [privilege]

71 questions
1
vote
0 answers

Changing privilege level of VM at runtime

We require admin privileges when running our Java code on a Windows 7/8 platform. The privilege level is breaking the Drag-and-Drop capability. As I understand it, Windows disallows drag-and-drop from, say, Windows Explorer running at a lower…
perplexed
  • 422
  • 4
  • 12
1
vote
0 answers

Codeigniter show extra data by privilege

Okay, I have used someones CodeIgniters Register/Login form. But i have a menu with projects where some options should only be shown if your privilege == 1. i took the existing database and added a privilege column, when you make a new user this…
1
vote
1 answer

flush privilleges of spring security

I use the spring security as my security framework, but when I change some privillege of users I must reboot my app server(Tomcat) to let it work, Is there any other way to flush the privilege without reboot app server ? Maybe spring security…
winhell
  • 471
  • 1
  • 6
  • 11
1
vote
1 answer

privilege across threads with management objects in .net

public class ManageComp { ManagementObject _moOpSystem; public ManageComp() { ManagementScope scope = new ManagementScope( "\\\\.\\root\\cimv2", new ConnectionOptions() { EnablePrivileges = true }); …
adaskar
  • 35
  • 7
1
vote
0 answers

MySQL privileges applied for the triggers on a non-privileged user's action

I am creating a fresh schema for a new project, My basic requirements are 2 users with different privileges. One is a regular user and have minimum privileges and other is the administrator who have some elevated privileges than the regular user. I…
Gufran
  • 747
  • 6
  • 14
1
vote
1 answer

Set administrator privilege for my C++ application in VS2005

I am currently working on Windows 7 porting of one of our Framework. It was successfully running in Windows-XP 64bit platform. Now I am building all my projects in Windows 7 64-bit. But I couldn't find a correct method to specify admin privilege…
Nixon
  • 61
  • 1
  • 3
  • 8
0
votes
2 answers

How does privilege users work on MySQL?

How does privilege users work on MySQL? Do all users who use a social networking website each has a unique user privilege in order to connect to the db or all users use the same privilege such as: $dsn =…
qminhdo
  • 86
  • 6
0
votes
2 answers

Define privilege in batch File

I need to make a batch(.bat) file in which i want to give an administrator privilege.. mean every time when it open, it is in Run as an administrator Mode... hope you understand...
xhah730
  • 13
  • 4
0
votes
2 answers

Why do I get Access Denied when accessing certain files using Java even if I am administrator?

I am logging on Windows server 2008 R2 using my windows account that is a member of administrators group. I need to run a java program to modify some local files for which the administrators have "Change" right. But I keep getting…
chance
  • 6,307
  • 13
  • 46
  • 70
0
votes
0 answers

Active Directory group member not inhert privilege from group

I just create a cn name test, and in test, I create a group name secunion, and create two user user1, user2, I add user1 to group secunion, and I give user2 reset password privileges to secunion's user According to Active Directory privilege…
0
votes
2 answers

How to see all users who have same grant

I want to list the user who have a common privilege. For example, I wwant to liste all users who cant execute a specific stored procedure. Any ideas ? Thank you in advance
0
votes
1 answer

Separate database credentials for each rails daemon

I'm running multiple worker processes each in their own daemon (with the rails-daemon gem) that should each have separate db roles / privileges (e.g. one should only be able to read table X, the other can write to X and Y), but it seems like Rails…
Jess
  • 1,515
  • 3
  • 23
  • 32
0
votes
0 answers

Security risk in libweexjsc.so, where is the source code?

weex creates a log file with world-writable privilege inside libweexjsc.so, it's dangerous and with high risk. But we could not find the source code of libweexjsc.so to find a workaround. the log file path is:…
0
votes
1 answer

HANA "create any" object privilege

I noticed a strange behaviour with "create any" privilege on a particular schema. The official help document says that "CREATE ANY" Authorizes all CREATE statements for the object. However a user with "CREATE ANY" privilege on a schema is till able…
Anup Kulkarni
  • 13
  • 1
  • 6
0
votes
1 answer

not be able to create Access Control Page

APEX: The current application schema does not have CREATE TABLE, CREATE TRIGGER, CREATE SEQUENCE privilege and will not be able to create Access Control Page. what the grant query could solve it, i have checked with query(grant connect, resource,dba…