fs_acl.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-07 00:04:12 -06:00
parent daa7443eba
commit 63362a20a9

View File

@ -56,6 +56,8 @@ namespace fs
rv = fs::fgetxattr(fd,POSIX_ACL_DEFAULT_XATTR,NULL,0);
fs::close(fd);
return (rv != -1);
}
}