Displaying 2 results from an estimated 2 matches for "need_unlink".
Did you mean:
ed_unlink
2015 Nov 08
2
Re: virDomainCoreDumpWithFormat files created as root
2015 Nov 18
0
Re: virDomainCoreDumpWithFormat files created as root
...CE_OWNER;
>
> + if (dynamicOwnership) {
> + uid = fallback_uid;
> + gid = fallback_gid;
> + }
> +
> if (stat(path, &sb) == 0) {
> /* It already exists, we don't want to delete it on error */
> need_unlink = false;
>
> Please let me know what do you think about it and if we can somehow
> include it in the sources. I'd be glad to offer further help if necessary.
Can you send it as an actual patch? Looks reasonable to me.
Michal