Description of problem: When use `edit-node` to install additional package into ovirt-node image and selinux in `disable` state. A `OSError` will occur and block the operation. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. 'SELINUX=DISABLED' in /etc/sysconfig/selinux 2. $ edit-node --repo=repo --install=some-package ovirt-node.iso Actual results: OSError will occur. Expected results: `selinux.security_getenforce()` this fucntion will throw OSError when selinux disabled. I think this error should be captured and give appropriate warning message instead breaking the process, in some case user need to disable the selinux. Additional info:
Catch the OSError when Set "SELinux" disabled: http://gerrit.ovirt.org/#/c/15786/
This should be fixed in recent edit-node versions