Searched refs:attr_file (Results 1 – 1 of 1) sorted by relevance
172 std::string attr_file = path + "/" + dp->attr; in fixup_sys_perms() local173 LOG(INFO) << "fixup " << attr_file in fixup_sys_perms()175 chown(attr_file.c_str(), dp->uid, dp->gid); in fixup_sys_perms()176 chmod(attr_file.c_str(), dp->perm); in fixup_sys_perms()