Dan Kenigsberg has submitted this change and it was merged. Change subject: serial console: add code to prepare the path ......................................................................
serial console: add code to prepare the path Add support for vmconsole path preparation. Ensures that the unix domain socket directory needed by ovirt-vmconsole integration exists and has the following permissions, ownership and SELinux attributes: /var/run/ovirt-vmconsole-console/ drwxrwxr-x. vdsm qemu system_u:object_r:qemu_var_run_t:s0 Since /var/run is supposed to be on tmpfs, this is enforced at every startup. Bug-Url: https://bugzilla.redhat.com/1223671 Change-Id: I6f851d7f7233265d33896b3aad5604e84c8af53b Signed-off-by: Francesco Romani <[email protected]> Reviewed-on: https://gerrit.ovirt.org/41896 Continuous-Integration: Jenkins CI Reviewed-by: Dan Kenigsberg <[email protected]> --- M configure.ac M init/vdsmd_init_common.sh.in 2 files changed, 12 insertions(+), 0 deletions(-) Approvals: Jenkins CI: Passed CI tests Dan Kenigsberg: Looks good to me, approved Francesco Romani: Verified -- To view, visit https://gerrit.ovirt.org/41896 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6f851d7f7233265d33896b3aad5604e84c8af53b Gerrit-PatchSet: 8 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Francesco Romani <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
