On 02/26/17 22:27, Paul Smith wrote:
> But after doing
>
> dnf --allowerasing downgrade selinux-policy selinux-policy-targeted
>
> the reported problem disappears.

I just wanted to add to what I just posted.....

The system I thought was fully updated wasn't.  After updating to the
latest selinux policy I ran into the same error you did.  This is my
process I went through after the update....

[root@meimei ~]# rmmod vboxdrv
rmmod: ERROR: Module vboxdrv is in use by: vboxnetadp vboxnetflt vboxpci
[root@meimei ~]# rmmod vboxpci
[root@meimei ~]# rmmod vboxnetadp
[root@meimei ~]# rmmod vboxnetflt
[root@meimei ~]# rmmod vboxdrv
[root@meimei ~]# lsmod | grep vbox
[root@meimei ~]# modprobe vboxdrv
modprobe: ERROR: could not insert 'vboxdrv': Permission denied
[root@meimei ~]# ausearch -c 'modprobe' --raw | audit2allow -M my-modprobe
******************** IMPORTANT ***********************
To make this policy package active, execute:

semodule -i my-modprobe.pp

[root@meimei ~]# semodule -X 300 -i my-modprobe.pp
[root@meimei ~]# modprobe vboxdrv
[root@meimei ~]#

-- 
Fedora Users List - The place to go to get others to do the work for you
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to