Displaying 1 result from an estimated 1 matches for "free_canon_ace_list".
2012 Jul 05
0
acl_tdb failed to convert file acl to posix permisions
...we cannot set using POSIX ACLs we fall back to checking if we need to chmod.
*/
if(!acl_set_support && acl_perms) {
mode_t posix_perms;
if (!convert_canon_ace_to_posix_perms( fsp, file_ace_list, &posix_perms)) {
free_canon_ace_list(file_ace_list);
free_canon_ace_list(dir_ace_list);
DEBUG(3,("set_nt_acl: failed to convert file acl to "
"posix permissions for file %s.\n",
fsp_str_dbg(fsp)));...