Questions tagged [rights]

Rights pertain to the privileges users have with regard to specific files, folders, or directories, and include determining whether a user has the ability to view them, modify them, etc. Use this tag when asking a question about assigning rights to files or folders as part of a program, API, utility, or website you are working on.

Rights pertain to the privileges users have with regard to specific files, folders, or directories, and include determining whether a user has the ability to view them, modify them, etc. Use this tag when asking a question about assigning rights to files or folders as part of a program, API, utility, or website you are working on.

259 questions
4
votes
1 answer

How to start a program requiring admin rights as an admin user from a nonadmin account

Design Flow: Non-Admin User ----> Program A (Non-Admin) --> Program B (Requires Admin) I'm writing a program to launch a program that requires admin rights from a non-admin account. The program is launched on start-up with any user and it…
CoderWalker
  • 299
  • 4
  • 14
4
votes
1 answer

Web API and .NET 4.5: Claims and rights

Is there a best practice for using claims for right-management? I am using the new .net 4.5 and the new claim classes. Currently I do something like that: new ClaimsIdentity(new List { new…
user437899
  • 8,879
  • 13
  • 51
  • 71
3
votes
1 answer

Rails can't generate Tempfile

I installed my rails-app via Passenger on my apache but I'm getting a strange error cannot generate tempfile `/var/rails/wo42/tmp/cache/assets/sprockets%2Fb94bb762c37131f8bb65f843c621876720120401-29970-ha7f1p-9' Extracted source (around line…
jhbruhn
  • 868
  • 2
  • 10
  • 23
3
votes
1 answer

Is it normal that my program needs admin rights even to open a file?

When I install my .NET program to C:\Program Files and I run it, it doesn't ask for Admin Rights (Win7), but it can't open any file in the application's directory unless I give admin rights to it manually. If it's not on C, it works well. I know I…
user823871
3
votes
1 answer

Request UAC Elevation c#

Hi when i try to open my app in win-xp it works fine but when i try it on win7 it says access to path (path location) is denied unless i open it as administrator so how can i give my app administrator rights without promoting Thank you
shandoosheri
  • 492
  • 1
  • 6
  • 16
3
votes
2 answers

defining userroles with inheriting rights

I'm currently looking into the spring-security framework - great stuff so far, pretty impressed. However, I haven't found out where or how to define a inheritance of permissions. e.g. I want the ROLE_ADMIN to have at least the same rights as the…
chzbrgla
  • 5,158
  • 7
  • 39
  • 56
3
votes
1 answer

security context problem when accessing through synonyms

There is a user and two databases on server (db1 and db2). User can connect to server having default database db1 where he can exec sp. In sp syntax we use synonyms for db2 tables under dbo scheme. All that is done in order to allow user just…
revoua
  • 2,044
  • 1
  • 21
  • 28
3
votes
0 answers

wix toolset - burn - no necessary admin rights for updates

I have a wix bundle (with managed bootstrapper) consisting of 4 ExePackages (3rd party setups - all perMachine) 1 MsiPackage (our application setup) Since we update our application multiple times a month, we don't want the user to need admin…
roli09
  • 817
  • 1
  • 8
  • 20
3
votes
1 answer

PostgreSQL, how can i restrict access to code in a function for a user?

I found out how to deny all access to tables for user in a schema. REVOKE ALL PRIVILEGES ON SCHEMA test FROM user; But what can i do to restrict access to all functions in a schema, so that user couldn't read the code? I was trying this: REVOKE ALL…
m1nld3zz
  • 33
  • 1
  • 4
3
votes
1 answer

Set user and group rights to document in XWiki

I'm writing a java component which build all the pages in a wiki. What would be the best way to assign the user rights or groups which may view the page or spaces from within the java service component? Really struggling to find details on this in…
Gerrie van Wyk
  • 679
  • 8
  • 27
3
votes
3 answers

Yii: why my default index of controller is not working?

I am a Yiibie, stuck in a problem. I have installed yii users and rights. It gives me error whenever I try to run localhost/webapp/table it gives an error which is "Error 404 The system is unable to find the requested action "list" , but when I try…
Salik Asad
  • 291
  • 4
  • 15
3
votes
1 answer

Delphi: Can I start short apps from a service?

I created a scheduler. It was threaded first, but because of memory leaks and separatable tasks I changed to subprocesses. The service starts the subprocesses by N minutes or in determined time. I finished with all thing, but I'm not sure now that…
durumdara
  • 3,411
  • 4
  • 43
  • 71
3
votes
3 answers

Checking if app can run without admin rights?

To get Windows users to log on as regular users instead of admin, I need to check that all their applications run OK with limited rights. Is there an application specifically aimed at checking that an application can run with limited rights, or is…
Gulbahar
  • 5,343
  • 20
  • 70
  • 93
3
votes
1 answer

Unknown users rights (-????????? ? ? ? ? ? myFile.php)

I have some weirds user rights on my files. Log as user1, I have set user2 owner of the files. It did worked. -rw-r-xr-x 1 user2 user2 21090 Jun 18 16:28 myFile.php drw-r-xr-x 2 user2 user2 4096 Jun 18 16:30 font But then, when I log…
unwellmilles
  • 45
  • 1
  • 7
3
votes
7 answers

OpenERP7, new user with full rights unable to create new partners

With the admin user I can do everything, add, delete, modify, etc. As it should be. Then using this user added a new one, with full access to sales and accounting options as some other ones needed for sales operations. Then tried to add a new…
Yaroslav
  • 6,476
  • 10
  • 48
  • 89
1
2
3
17 18