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

Application cannot be started error in ClickOnce deployment

I have an application created in Visual C# using ClickOnce. I send this application to users via a zipped ClickOnce publish folder, however I (the developer) cannot install it, while others have no problems. I do the following steps: - In VS 2010,…
Michel Keijzers
  • 15,025
  • 28
  • 93
  • 119
2
votes
2 answers

Unix commands through Oracle

I have created a PL/SQL a Java Source, and privileges have been granted. The PL/SQL procedure is executing and no error is coming up. Within the JavaSource there is the following unix command: ls -al > /orion/list/list.txt the file List.txt is not…
CRL88
  • 125
  • 4
  • 20
2
votes
2 answers

How to configure firebird 3.0 or set rights so any user can create a DB

I followed this guide for firebird3.0 on ubuntu. It is outdated, since there is no more employe.fdb in the examples and you have to create it itself through the included sql script. My problem is, that I can only create this database if I use…
Namal
  • 281
  • 2
  • 10
2
votes
1 answer

Dynamicly load assembly with limited rights

I am trying to gather some information on the following subject: I have developed an application that requires administrator rights. This is achieved with the following line in the manifest file:
SaphuA
  • 3,092
  • 3
  • 39
  • 58
2
votes
2 answers

Postgres user can't select from public tables

Hello I have one user in my postgresql db \dt output for the user: test=> \dt List of relations Schema | Name | Type | Owner --------+--------------------------+-------+---------- public | code …
Ivan S.
  • 45
  • 1
  • 4
2
votes
1 answer

Why can I not set this ACL rule in C#?

Running as an elevated admin on Vista SP1, my C# app tries to set the following rule with the following code. No error is produced, but neither is any change on the directory's ACL. What am I missing? public static void Main( string args[] ) { …
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
2
votes
1 answer

Permission denied in a Docker container even if user has the rights

Here is what I do: $ docker run -it --rm tomcat:8.5-alpine sh /usr/local/tomcat # adduser -D -g '' -u 1000 user /usr/local/tomcat # chown -R user:user $CATALINA_HOME /usr/local/tomcat # su user -c 'catalina.sh run' sh: catalina.sh: Permission…
Anthony O.
  • 22,041
  • 18
  • 107
  • 163
2
votes
2 answers

How to promote a collaborator to have owner rights

How can I promote a collaborator in a github-Projekt to get admin/owner rights?
Michael
  • 6,823
  • 11
  • 54
  • 84
2
votes
1 answer

Limited acess right to backup postgresql

We are using pg_dumpall to make backups of our psql database. We have user with superuser rights that runs pg_dumpall. Everything works fine. The thing that in my opinin can be better is to limit that users rights (just in case). So, my question is…
bessarabov
  • 11,151
  • 10
  • 34
  • 59
2
votes
3 answers

Sitecore Editor cannot create, rename, copy or duplicate items

I created some users in our Sitecore 8 instance and gave them the editor roles so they can work in the content editor and media library. I also granted them the rights in the tree in the Security Editor / Access Viewer. Right now the editors can…
SpaceJump
  • 483
  • 6
  • 24
2
votes
0 answers

Why can internet browsers install without admin rights

So I'm trying to understand admin rights with program files and such and when testing applications I realized that you can install Chrome, Firefox and Opera (haven't tried Safari) without admin rights, Firefox asks you for admin rights but you can…
Cauchemar
  • 119
  • 2
  • 12
2
votes
1 answer

Is it possible to install Scala on Windows without admin rights?

I need only a folder where I could point Intellij Idea. Could you please help? Probably exists another download like zip? Previously it was possible. Not clear why I should install Scala only with admin rights. Does it require access to some admin…
user710818
  • 23,228
  • 58
  • 149
  • 207
2
votes
1 answer

Yii Rights doesn't affect User, why?

I have set up basic skeleton Yii app, with Rights and User extensions. Rights works fine, except for User. I'm using NetBeans 8.0.1. I have put this code into SiteController and UserController as in the instructions: public function filters() { …
user2511599
  • 796
  • 1
  • 13
  • 38
2
votes
1 answer

Problems setting rights (SetEncryption) within pdf

we run into problems using the product. It seems does some functions in iText 5.4.3 doesn’t working well? Please, can someone give us a hint how to solve that? We modify src.pdf to dest.pdf as follows: Function CreateFlattedPdf(ByRef originalPdf As…
2
votes
1 answer

What are the minimum user permissions required to install a Windows service?

What are the minimum user permissions required to install a Windows service?
Heckflosse_230
  • 461
  • 2
  • 9
  • 18
1 2
3
17 18