acl
Deny READ of specific repository branches with gitolite
What I\'m trying to achieve is the following: coworkers are in group @coworkers, clients are in group @clients.[详细]
2023-02-04 13:38 分类:问答Cache Files: How do you protect them, if they must have write permissions?
I use a simple Cache library I wrote, which saves the data I want to have cached, into files under /var/www/my_site/cache/[详细]
2023-02-04 12:29 分类:问答WIndows file access control
I have a file on a Windows 2003 NTFS file system. It is called C:\\MyFolder\\MyFile.txt. First grant a user read access to the file. Then I remove the user\'s read access to the parent folder.[详细]
2023-02-04 10:51 分类:问答F3 (Fat-Free PHP framework) and adding MVC / OOP structure to it
This question is in regard to F3 (Php Fat Free framework) onto which I have stumbled looking for a simple, fast and secure framework suitable for small websites and/or blogs. What was important to me[详细]
2023-02-04 08:00 分类:问答cakephp group based permissions
I would like to have group based restrictions that would allow users to access only specified parts of the web. I am new to the whole ACL stuff and I didn\'t quite get it from the manual :/ therefore[详细]
2023-02-03 09:11 分类:问答Querying for ACL on Linux
Is there any way to query ACLs on Linux programmatically? Given a file or directory, I have to check if an ACL exists for it and then find开发者_运维技巧 out the level of access granted to different u[详细]
2023-02-03 08:57 分类:问答How do large sites accomplish row-level permissions?
So I am making a small site using cakephp, and my ACL is set up so that every time a piece of content is created, an ACL rule is created to link the owner of the piece of content to the actual content[详细]
2023-02-03 07:06 分类:问答Modify ACL's on a file in Sharepoint server via web services
Is there a way to do either of the following : 1)Transfer an ACL entry on a file that is transferred to a Sharepoint server using the CopyIntoItems.asmx webservice in the Copy object?[详细]
2023-02-02 00:04 分类:问答Zend_Acl : Using a database for persistance, is it better to serialize the acl object or use a special schema?
I need to implement the Zend_Acl component. I read in the docs that the Zend_Acl object can be serialized with the serialized function of PHP. My application will have lots of roles, rules and resourc[详细]
2023-02-01 11:30 分类:问答Saving a file to a user-created folder
I have (more or less) the following code: private static void SaveFolder(MyFolder folder, string location)[详细]
2023-01-30 12:06 分类:问答