OwlCyberDefense / setools

setools has moved to https://github.com/SELinuxProject/setools
Other
91 stars 34 forks source link

Add error check for missing libsepol.so #144

Closed jakev closed 8 years ago

jakev commented 8 years ago

The setup.py script attempts to locate the 'libsepol.so' library if the SEPOL environment variable is not set, but does not fail safely if the find fails. This commit adds error checking if the 'libsepol.so' is not located.