On my laptop I use Fedora 17 distro for the first time and I'm having some issues adding rules to semodule
An example:
# grep httpd /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp
And the output is:
libsemanage.semanage_get_lock: Could not get direct transaction lock at /etc/selinux/targeted/modules/semanage.trans.LOCK. (Resource temporarily unavailable). semodule: Failed on mypol.pp!
I searched for information related to the issue, but I can't seem to find anything.
So, any ideas on where to go or what to do to fix this issue?