• J
    Add stdin_path to qemudStartVMDaemon() args. · 2b57478e
    Jamie Strandboge 提交于
    Adjust args to qemudStartVMDaemon() to also specify path to stdin_fd,
    so this can be passed to the AppArmor driver via SetSecurityAllLabel().
    
    This updates all calls to qemudStartVMDaemon() as well as setting up
    the non-AppArmor security driver *SetSecurityAllLabel() declarations
    for the above. This is required for the following
    "apparmor-fix-save-restore" patch since AppArmor resolves the passed
    file descriptor to the pathname given to open().
    2b57478e
qemu_driver.c 372.3 KB