Actions
User story #22386
closedAdd a 'Permissions POSIX ACLs entry parent' method
Effort required:
Small
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The current ACLs methods are ok to define ACLs on single file/file tree, but not suited to give access to give access to upper folders.
The problem is: even the user has the read permissions now for the given file, it cannot access the file, as the permissions are missing on the upper folders. We also cannot use "recursive" mode for a given directory, as this would mean, that the user will get read access to all files under the given directory.
The method should recurse upward starting from the target file and apply the given 'parent_acl' and behave as the current methods for the target.
Updated by Félix DALLIDET over 2 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET over 2 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/ncf/pull/1382
Updated by Alexis Mousset over 2 years ago
- Has duplicate User story #14528: Add a generic method to enforce posix ACL added
Updated by Alexis Mousset over 2 years ago
- Related to User story #12271: Generic method to set POSIX ACL added
Updated by François ARMAND about 2 years ago
- Status changed from Pending technical review to In progress
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by François ARMAND about 2 years ago
- Assignee changed from François ARMAND to Nicolas CHARLES
Actions