Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
cifsd: add support for ACLs
For ACLs support on cifsd, This patch add the following codes.
- update conversion functions(parse_sid, set_dacl, etc) to convert
acls between winACL and posix ACLs.
- add vfs helper functions to store/remove winacl and posix acl
to/from xattr.
- permit file open according to stored winACLs permission in xattr.
- Add inherit function to inherit winACLs and posix ACLs.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>- Loading branch information
1 parent
10cd208
commit a733f866b0fef5a0583d0dedb06f97789f20a761
Showing
8 changed files
with
1,527 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.