Top "Acl" questions

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

Can I modify the ownership for a shared folder in vagrant?

I use vagrant and chef to develop my own blog in a virtual machine. To have easy access to the …

acl chef-infra vagrant
Laravel 5.3 policies how to redirect unauthorized users

I can't find it on the documentation. How to redirect unauthorized user? RolePolicy.php class RolePolicy { use HandlesAuthorization; public function …

php acl laravel-5.3
Zend Framework: need typical example of ACL

Can some one guide me for typical implementation example of ACL. Like 'admin' can access 'admin' module, 'user' can access …

zend-framework acl zend-acl
Can PowerShell trap errors in GetChildItem and continue looping?

I have a PowerShell script that is recursing down thru the file system using GetChildItem in a for-loop. As it …

powershell try-catch acl
Symfony2: Storing users, roles, role hierarchy, and access controls in database

I've been working with Symfony (2.x) for the first time and I had some questions regarding the definition of roles, …

symfony acl hierarchy roles
mosquitto 1.4 - once running with ACL enabled, gets "Socket error on client <unknown>, disconnecting"

following instructions from Jeremy Gooch, see http://goochgooch.co.uk/2014/08/01/building-mosquitto-1-4/, i installed mosquitto over websockets on RPi. i …

acl mosquitto
AWS S3 Generating Signed Urls ''AccessDenied''

I am using NodeJs to upload files to AWS S3. I want the client to be able to download the …

node.js amazon-web-services amazon-s3 aws-sdk acl
spring-security how ACL grants permissions

I'm currently integrating springs-security into our new web application stack. We will need to be able to grant permissions for …

permissions spring-security acl
How do you programmatically fix a non-canonical ACL?

I have the following code: DirectoryInfo directory = new DirectoryInfo(@"C:\Program Files\Company\Product"); if (!directory.Exists) { directory.Create(); } DirectorySecurity …

c# exception acl
How to change permission recursively to folder with AWS s3 or AWS s3api

I am trying to grant permissions to an existing account in s3. The bucket is owned by the account, but …

amazon-web-services amazon-s3 directory file-permissions acl