Questions tagged as 'file-permission'

1
answer

Folder Permission Only for the Android Application

Can you make files in a folder on sdcard only accessible by the application? (something like chown and chmod) Not necessarily reading but preventing removal and editing through other applications (eg explorer). Dismiss devices with root     
asked by 19.09.2014 / 09:24
0
answers

Laravel on Linux with NGINX. Error 500 in browser and Permission denied in log. An analysis and how to solve it in the best way possible?

I'm installing an application on Laravel 5.4 in a Linux Ubuntu 16.04 environment with NGINX. I have seen that a lot of people (just like me) always come across a 500 error in the browser, right after the installation is completed. The official...
asked by 12.03.2017 / 07:07
1
answer

Mkdir creates directories without permission

I have an upload system where a directory is created as follows: $diretorio = mkdir("../../arquivos/".$anoEdicao,0777); Eg: It creates the files / 2018 directory. The problem is that even the system directory is allowed 777 (I'm using...
asked by 14.02.2018 / 12:43
1
answer

Check for Permission to Read and Write to Folder with C #

I would like to check if the user is allowed to read and write to a particular path. Update: The folder will most often be on a network path.     
asked by 08.11.2016 / 18:27
1
answer

Permission Bug on the Azure Application Service

I have an Azure application service running wordpress. One day, when updating a plugin, it not only stopped working as the Kudu panel can not see it. Please note: Icanlistinsidethefolderbytheconsoleatthebottomofthescreen,howevertheKuduv...
asked by 08.11.2018 / 22:20
0
answers

SignedXml in NET 2 vs. NET 4.5

I have a web application in asp.net, which consumes a webservice in delphi and that it uses a DLL created in C # to perform signatures. With the web application installed on IIS, it displays an error. When running webservice within IIS using...
asked by 26.10.2018 / 22:48
2
answers

Android ActivityCompat

Hello from what I researched from android 7.1, it is necessary to request permission to run for user and it is necessary to use the ActivityCompat class to do this, my application saves a PDF to disk and opens it, however I can not use th...
asked by 04.09.2018 / 18:07
1
answer

Error: EPERM: operation not permitted, rename

I tried to run the ionic run android and I have the following error: I have already released all access permissions with the user. C:\Users\Casa\AppData\Roaming\npm\node_modules\cordova\node_modules\q\q.js:126 throw e;...
asked by 21.02.2018 / 02:49
1
answer

Correct permission for WordPress wp-admin directory

What is the correct permission to assign to the wp-admin directory of WordPress? 644 or 755?     
asked by 10.10.2016 / 09:45
0
answers

Problems with setuid

I am developing a program that changes the uid of my process to 0 allowing me to start other programs as root. mysu.c #include <stdio.h> #include <unistd.h> int main(int argc, char **args) { int myuid = getuid(); if (setui...
asked by 12.08.2018 / 17:12