Questions tagged as 'permisos'

2
answers

In linux, can a file or directory belong to more than one group?

I am a beginner in Linux, and this doubt came to me: Can a file or directory belong to more than one group?
asked by 04.08.2016 / 20:58
2
answers

Permissions to make calls compatible with Android 6.0 and earlier versions

In my app, I am creating a Activity with several TextView that collects the information from a database in SQLite integrated in my app, and one of the data is the phone. My intention with this data, was to be able to crea...
asked by 09.06.2016 / 21:45
1
answer

Android Permissions with Google Play Permissions policy

I want to comment this time and ask for your collaboration in Android, since last year 2018, I have received messages from Google about an application that I have in the playstore that I use to send SMS to a GPS device. Apparently Google chan...
asked by 04.01.2019 / 17:47
2
answers

Is it safe to give 777 permissions to the folder where I have my PHP web project?

I want to give full permissions to my lampp folder, where I have my php installed. What I did was: sudo chmod -R 777 /opt/lampp Currently I do not have another because I can not generate a document with php using its function fopen()...
asked by 20.10.2017 / 21:13
2
answers

How can permissions be established without conflicts between users and groups?

I'm having trouble finding a balance between the owners' permissions and groups of directories and files. As the development of the application progresses, the intervening processes increase. And each of them run with different owners and gro...
asked by 27.03.2017 / 13:09
1
answer

How can I reuse the django permissions in django rest framework?

I have already asked this question and it can be a song but I hope that someone will help me, I am currently doing a project with django restframework, in which I will have two groups (Teachers, Students, School) and these already have their per...
asked by 24.05.2016 / 00:24
1
answer

How to provide USES_POLICY_FORCE_LOCK permissions in Android Studio?

I have an application that should block the device after a certain time, I found that it can be done with the lockNow() instruction, but when I put it and execute it, I get the following error.    E / AndroidRuntime: FATAL EXCEPTION: T...
asked by 17.09.2018 / 23:42
1
answer

Permissions error when wanting to upload documents in django using apache in redhat

When wanting to publish my website on a redhat server with apache, I can not write data on the bd, I followed this tutorial: link I already tried giving it permissions with chmod 755 db.sqlite3, I also tried as owner of the directory and...
asked by 08.04.2018 / 12:59
2
answers

Get requests authorized based on permissions using node js

What I want to do is, that every time a user, registered or not, when requesting or entering a URL, I want to know what the user is, to see if he has access, and if he has it Render the page with the personal information of said user. I tried...
asked by 30.12.2015 / 01:04
4
answers

When installing my android application I see permissions that are not in the manifest

I have already checked every line of the manifest well: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:n...
asked by 06.12.2016 / 17:35