fs_acl.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-06 23:56:20 -06:00
parent a10dddf24d
commit 3502098c3c

View File

@ -49,7 +49,7 @@ namespace fs
int fd; int fd;
fd = fs::openat(fd_,relpath_.parent_path().string(),O_RDONLY); fd = fs::openat(fd_,relpath_.parent_path().string(),O_RDONLY);
rv = fs::fgetxattr(fd_,relpath_.c_str(),POSIX_ACL_DEFAULT_XATTR,NULL,0); rv = fs::fgetxattr(fd_,relpath_.c_str(),POSIX_ACL_DEFAULT_XATTR,NULL,0);