permissions/restrictions on nested directory structure without an ACL for every subdirectory. #1058
Answered
by
drakkan
matthewlenz
asked this question in
Q&A
-
I've got a situation where I've got an /incoming folder and inside that folder I have a couple dozen subfolders. I only want the user to be able to upload files into the subfolders. Since there are so many folders I have them being auto-created via an event for new users created with a specific admin account. the group these users are created with has a basic ACL on the root, and /incoming folders to at least prevent new directories, etc. Is there anyway to make it so users only have permissions on /incoming/*/ without naming every single subfolder? I see the per directory pattern restrictions but I'm not sure what it's used for. |
Beta Was this translation helpful? Give feedback.
Answered by
drakkan
Nov 18, 2022
Replies: 1 comment
Answer selected by
matthewlenz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2017cb6