• E
    util: use SCM_RIGHTS in virFileOperation when needed · 055d4ff8
    Eric Blake 提交于
    Currently, the hook function in virFileOperation is extremely limited:
    it must be async-signal-safe, and cannot modify any memory in the
    parent process.  It is much handier to return a valid fd and operate
    on it in the parent than to deal with hook restrictions.
    
    * src/util/util.h (VIR_FILE_OP_RETURN_FD): New flag.
    * src/util/util.c (virFileOperationNoFork, virFileOperation):
    Honor new flag.
    055d4ff8
util.h 10.8 KB