Questions tagged as 'permisos'

1
answer

Laravel 5.2 and Entrust

I have a problem that I have not been able to solve and it has been several hours in the. I am using Laravel 5.2 and the component to manage Roles and Permissions Entrust . Everything is well configured, including the middleware provided by En...
asked by 03.07.2016 / 18:49
1
answer

Prevent delete or move file / directory but if you can create, edit ... etc a user in Ubuntu (linux ???)

I am new to the forum and to Ubuntu and I wanted to ask you if there is a possibility to prevent a specific user from deleting or moving a file / directory but if you can create, edit files / directories. In other words, we want to enable full w...
asked by 02.04.2018 / 17:52
2
answers

How can I modify the default permissions in linux?

I'm specifically using raspbian, a debian-based version optimized for Raspberry Pi. I would like to modify the permissions that are given to the new files by default, I have searched for information and what I want to do can be done with the "um...
asked by 01.02.2017 / 21:52
1
answer

Problem when scanning Wifi networks in Android Studio, it does not show me the SSID

I am using the following code but it does not show me the BSSID in the list of Wifi networks, public class MainActivity extends AppCompatActivity { ListView lv; WifiManager wifi; String wifis[]; WifiScanReceiver wifiReciever; @Override protec...
asked by 27.07.2017 / 08:31
2
answers

Grant permissions for android Marshmallow (Android 6.0)

I am trying to grant permissions on Android Marshmallow but it still does not work. The code that I used is this: private boolean checkAndRequestPermissions() { int pocatioPermission = ContextCompat.checkSelfPermission(this, Manifest....
asked by 10.11.2016 / 19:57
1
answer

Bluetooth bluetooth permissions on Android 6.0.1

I'm trying to get bluetooth permissions on Android 6.0 but I can not get it to work, I'm using the code of this link if (ContextCompat.checkSelfPermission(this, Manifest.permission.BLUETOOTH_ADMIN) != PackageManage...
asked by 20.07.2018 / 16:55
0
answers

Get permissions for user_birthday and gender from the Facebook API [closed]

I have an app made with vue and firebase, which has a login, for login I use the firebase auth service. However, I need to obtain certain user data but it seems that by default they are not included by default. Firebase auth has a method to add...
asked by 26.06.2018 / 17:22
1
answer

Fail to request permission api 26 android 8

I'm quite new and I do not know how to assign permissions in api 26, the app works and I get the box to approve the permissions but also on top of the message that the app has failed, the function in which it falls is: requestPermissions(new...
asked by 01.05.2018 / 09:57
0
answers

Trigger, or edit file without permission (no form) Google script

I created a panel using doGet (HTML panel), linked to a spreadsheet. It will be used by supervisors of the company where I work. Depending on which supervisor opens the page, only employees in your sector will appear in a drop-down list. (getEff...
asked by 22.08.2017 / 21:30
0
answers

doctrine: mapping: convert, error password

I am trying to do a mapping on the mac console, for Symfony3, and it is giving me access denied access error all the time, it tells me that no password is used, when really in my main root if it has a password. I pass you screenshot p...
asked by 28.04.2016 / 23:56