Top "Acl" questions

An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object.

Setting a file's ACL to be inherited

I am looking for a way in c# to reset a file's permissions to be inherited from the parent as …

c# acl
Is there a tool to generate SDDL (Security Descriptor Definition Language) strings?

Is there a tool to generate SDDL (Security Descriptor Definition Language) strings? I'd like to create them through Windows' Security …

windows security acl windows-security
How can my C# app test whether the user has "Read" access to a network share?

I work on a thick-client app that often runs into "issues" accessing network shares. Before doing any IO with the …

c# windows acl novell
Group and acl on Spring Security

I want to use Spring Security to manage user, group and permissions. I want to use ACL to secure my …

spring spring-security acl roles
Authorization and ACL in cakephp 3

I search the document but I don't find anything about ACL implementation in cakephp 3. How can I implement authorization with …

authorization acl cakephp-3.0
What's the best way to implement ACLs to a Rails application?

I just wanted to compare different solutions used when implementing ACLs in Rails.

ruby-on-rails ruby acl
C# - How do I get the "Everybody" user?

I already wrote a code which can create a share and change permissions for the current user. The goal was …

c# acl
Getting and Error when changing an ACL via Powershell

I am working on a small script which mdifies the ACL on a folderby adding extra permissions; I adm getting …

powershell permissions acl fileserver
Checking folder/file ntfs permissions using python

As the question title might suggest, I would very much like to know of the way to check the ntfs …

python winapi permissions acl ntfs
Access is Always Denied in Spring Security - DenyAllPermissionEvaluator

I have configured ACL in my Spring Boot application. The ACL configuration is as follows: @Configuration @ComponentScan(basePackages = "com.company") @…

java spring spring-boot spring-security acl