Rights granted to a user for a particular entity instance.
Questions tagged [access-rights]
266 questions
3
votes
0 answers
Prevent group to create but not inherited groups Odoo
i have 4 groups in attendance model i want to prevent 'base.group_user' to create new records so i add access…

omar ahmed
- 635
- 5
- 19
3
votes
0 answers
Deny User Access to All sys and INFORMATION_SCHEMA views and sys stored procedures in SQL Server 2016
I hope you can help me with this.
We have an application that we need to restrict access to. The application will be using login TestApp.
I've been testing this using SQL Server Management Studio v 17.9.1 and we are using SQL Server 2016.
This…

Karolina
- 31
- 4
3
votes
1 answer
Write-Only access (no read, no list, no delete) to Azure Storage
I am developing an application that must have write-only access to an Azure Storage Blob container. If I just go with key-based access, the application will be capable of interacting way more than it is supposed to. All I need is Write-Only access…

Web User
- 7,438
- 14
- 64
- 92
3
votes
4 answers
Running job on Bamboo "Not privileged to remove service." on osx
When I run script:
launchctl remove com.apple.CoreSimulator.CoreSimulatorService
in terminal on build machine it is working allright, but when I run it from bamboo it fails and in log I see "Not privileged to remove service.". I have try to echo…

Dawe
- 562
- 1
- 9
- 19
3
votes
1 answer
How to deal with deep level granularization with XACML in enterprise application
I am using IS WSO2 for authorization with XACML. I am am able to achieve authorization for static resource. But I am not sure with the design when it comes to granularization.
Example : if I have method like getCarDetails(Object User) where I…

Budhh
- 153
- 8
3
votes
1 answer
How to get user rights AND privileges of a Windows User account
I need to be able to check for all of these user rights and privileges.
I have attempted using a token to access these, but this only accomplishes the list of privileges. I've checked this library and also this one but am unable to find a…

Jon
- 81
- 2
- 7
3
votes
1 answer
Access denied error when using VirtualQueryEx
So, I wrote a program which is able to successfully read memory from most of processes using VirtualQueryEx. However, I've come across a process for which this function fails. It's not a system process, just a game process. Without Debug privileges…

Savail
- 867
- 10
- 27
3
votes
3 answers
Zend Metadata Cache in file
I set up a metadata cache in Zend Framework because a lot of DESCRIBE queries were executed and it affected the performances.
$frontendOptions = array ('automatic_serialization' => true);
$backendOptions = array ('cache_dir' => CACHE_PATH .…

Matthieu Napoli
- 48,448
- 45
- 173
- 261
2
votes
3 answers
How to determine that the shell script is safe
I downloaded this shell script from this site.
It's suspiciously large for a bash script. So I opened it with text editor and noticed
that behind the code there is a lot of non-sense characters.
I'm afraid of giving the script execution right with…

xralf
- 3,312
- 45
- 129
- 200
2
votes
1 answer
Defender 365 REST API (you don't have any of the required app permissions (Incident.ReadWrite.All, Incident.Read.All) to access resource)
I am trying to download list of incidents from Defender 365 (MDATP).
I have a script to get a Bearer Token:
. 'Functions\Credentials.ps1'
Function GET_BEARER_TOKEN_FOR_MDATP_AUTHENTICATION {
$Body = [Ordered] @{
resource =…

aster007
- 335
- 2
- 13
2
votes
2 answers
Updating BigQuery dataset access from C#
I am working with BigQuery. I create a DataSet and I want to define access rights with C# language.
It's not clear to me how to do it.
In GOOGLE web page https://cloud.google.com/bigquery/docs/dataset-access-controls is explained how to do it…

Clemente Madrassi
- 21
- 1
2
votes
1 answer
Problem setting file system access rule
In my app on local network, any user should create a directory on shared folder using this code. test1 is the name of one of the user's folder for example.
DirectoryInfo di = new DirectoryInfo(@"\\Server\Test\test1");
DirectorySecurity ds=new…

Farna
- 1,157
- 6
- 26
- 45
2
votes
1 answer
Unable to access a mounted Azure Data Lake storage using Azure Databricks
I'm playing around with the Azure Databricks.
Using the documents specified on the Microsoft Learn website, I managed to mount a BLOB storage (ADLS Gen2) to my Databricks.
However, when I try to list the contents of the mounted storage, I get the…

DIMBACKA
- 71
- 1
- 7
2
votes
1 answer
Grant access to one repository for one specific user on BitBucket
I have many private repositories on BitBucket in my Team account. I have admin rights. It's a free team account.
Can I give access for only one specific private repository with only read rights for someone outside my team? I would like to give an…

Dear Deer
- 515
- 1
- 11
- 29
2
votes
2 answers
Deleted the default user, how to get it back
I accidentally deleted the default user. It does not work in other add-ons connected to it. Payroll, purchase, fingerprint scanner etc. Will I correct the database if I create user information that I deleted? Or how to solve it with other…

Bahri Can
- 21
- 1