mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 05:23:41 +08:00
fs_acl.cpp
This commit is contained in:
parent
a10dddf24d
commit
3502098c3c
|
@ -49,7 +49,7 @@ namespace fs
|
|||
int fd;
|
||||
|
||||
fd = fs::openat(fd_,relpath_.parent_path().string(),O_RDONLY);
|
||||
|
||||
|
||||
|
||||
rv = fs::fgetxattr(fd_,relpath_.c_str(),POSIX_ACL_DEFAULT_XATTR,NULL,0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user