OwlCyberDefense / setools

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

Python bindings not installed #170

Closed 0xffff0 closed 7 years ago

0xffff0 commented 7 years ago

I build and installed the master branch successfully by doing:

python setup.py build sudo python setup.py install

Now sediff works but when executing seinfo it tells me:

Loading the running policy requires libselinux Python bindings

What do I have to do? I installed like the README says..

0xffff0 commented 7 years ago

Can be solved by installing python-selinux package on Ubuntu.