Most voted "permissions" questions
69 questions
Sort by count of
-
0
votes1
answer41
viewsUser connection location in Mysql or Mariadb
It is recommended that I change a user’s connection location from the table mysql.user? For example, I create a user 'danilo'@'localhost' but then I want it to connect from any machine, there’s…
-
0
votes1
answer1004
viewsPermissions error when trying to send a PHP file
<html> <body> <form action="" method="post" enctype="multipart/form-data"> Selecione : <input name="arquivo" type="file"> <input type="submit" value="Enviar">…
-
0
votes1
answer56
viewsPostgres user with access only in the replica
The database in question has replication of data, the same database, however on another server, has to ensure the access of a user ( user_bi ) only in the replica ? REVOKE ALL ON ALL TABLES IN…
-
0
votes1
answer132
viewsNodejs Removal of @types folder
I tried to remove the node_modules folder because I updated the nodejs and had to reinstall the modules. However, I am not allowed to remove the @types folder, not even with the administrator and I…
-
0
votes1
answer28
viewsCompiling file . il (Intermediate Language) with admin permission
I’ve been doing a lot of research on how to insert certain parameters into an already created executable. And I arrived in that post of the Stack But the program initially has administrator…
-
0
votes0
answers9
viewsExcution permission for ```Tsc -v``` in Powershell
I’d like to execute the command tsc in Powershell, however, when I run the command it returns powershel permissions error, however, instead of the permission to run using the Set-ExecutionPolicy and…
-
0
votes1
answer1037
viewsaccess permission to android image gallery
Hello, I’m creating an app that by clicking on an Imageview opens the gallery of images android, but when I open it was showing a dialog for whether or not the user wants to allow access to gallery,…
-
0
votes1
answer317
viewsCakephp 3 Permissions - Authentication
Good afternoon, Someone who has already needed to use the restrictions for the user via bank in an editable way that can help. At first I followed the initial tutorial creating the user tables and…
-
0
votes1
answer100
viewsrails_admin employee can only edit who is not administrator
Rails 5 gens rails_admin, Devise, cancancan I have a User model {name:string, ..., admin_role:Boolean, employee_role:Boolean, user_role:Boolean} class Ability include CanCan::Ability def…
-
0
votes0
answers120
viewsWarning: file(temp/20180114134402/.): failed to open stream: Permission denied
I am trying to give file() in a file in txt format but it gives this error use (localhost) and I tried to give permission... follows the code: line error: $data = file($linkfile); if…
-
0
votes1
answer315
viewsAccess permissions on Ubuntu in Angular project
I’m having trouble accessing the files generated by ng new. The problem already starts that I can’t execute the command without the sudo in front. After all Angular folders are generated, the folder…
-
0
votes1
answer20
viewsLaravel 4 application does not write to files
I have an Apache server installed in the Centos 7 Operating System and an application built through the Laravel 4.2 Framework, I have already changed the permissions of the system directories with…
-
0
votes0
answers29
viewsHow to add user types in groups in Django?
I rewrote the User Django model for CustomUser using AbstractUSer adding two booleans, such as is_admin and is_insurer. Moreover, two groups were created programmatically: admin_group and…
-
0
votes1
answer11
viewsPrevent users from connecting to the Sharepoint list using excel
I have a list in Sharepoint that I use to insert and edit records via Powerapps, and the App controls what records the user can access. To prevent the user from accessing directly to the list in…
-
-1
votes1
answer3825
viewsFix permissions on the linux root
I made a mistake here on my linux, I ran it: sudo chown -Rf www-data.www-data /* And I gave one ctrl+c after four seconds... because I saw the mistake I had made. That’s supposed to be it: sudo…
-
-1
votes1
answer80
viewsError while trying to compress folders from a drive - Unauthorizedaccessexception
I need to compress all of my E folders: But when I try with this code, I get this access exception. I’m new to programming and I’m trying to learn how to do things right. I am using dotnetzip to…
-
-2
votes2
answers409
viewsUnable to create the cache directory (/cache/)
After I installed Fedora, while trying to log into my application with Symfony2, I cannot fix this error: Runtimeexception in bootstrap.php.cache line 2671: Unable to create the cache directory…
-
-2
votes1
answer105
viewsFile does not open or is not recognized on the Fedora Linux localhost?
On the terminal screen, permissions are correct: But on my localhost, the page is opening with error: But on the IDE screen, it’s there too, see: The question is, how do I make my localhost…
-
-2
votes1
answer117
viewsReset Git credentials from the Linux terminal
I previously used another Git user on my personal computer. I edited the config user with the new user name and email, but when I press git push it occurs to me: remote: permissão para…