Hide Forgot
Created attachment 577347 [details] ps auxZ I had the following warning SELinux is preventing sh from execute_no_trans access on the file /usr/lib/virtualbox/VBoxManage. ***** Plugin restorecon (99.5 confidence) suggerisce************************** Seyou want to fix the label. /usr/lib/virtualbox/VBoxManage default label should be bin_t. Quindiyou can run restorecon. Fai # /sbin/restorecon -v /usr/lib/virtualbox/VBoxManage ***** Plugin catchall (1.49 confidence) suggerisce**************************** Seyou believe that sh should be allowed execute_no_trans access on the VBoxManage file by default. Quindiyou should report this as a bug. You can generate a local policy module to allow this access. Fai allow this access for now by executing: # grep sh /var/log/audit/audit.log | audit2allow -M mypol # semodule -i mypol.pp Informazioni addizionali: Contesto della sorgente system_u:system_r:boinc_t:s0 Contesto target system_u:object_r:textrel_shlib_t:s0 Oggetti target /usr/lib/virtualbox/VBoxManage [ file ] Sorgente sh Percorso della sorgente sh Porta <Sconosciuto> Host Portatile Sorgente Pacchetti RPM Pacchetti RPM target VirtualBox-4.1-4.1.12_77245_fedora16-1.i686 RPM della policy selinux-policy-3.10.0-81.fc16.noarch Selinux abilitato True Tipo di policy targeted Modalità Enforcing Enforcing Host Name Portatile Piattaforma Linux Portatile 3.3.1-3.fc16.i686 #1 SMP Wed Apr 4 19:07:24 UTC 2012 i686 i686 Conteggio avvisi 2 Primo visto ven 13 apr 2012 13:46:56 CEST Ultimo visto ven 13 apr 2012 13:49:15 CEST Messaggi Raw Audit type=AVC msg=audit(1334317755.619:238): avc: denied { execute_no_trans } for pid=23249 comm="sh" path="/usr/lib/virtualbox/VBoxManage" dev="dm-0" ino=15029 scontext=system_u:system_r:boinc_t:s0 tcontext=system_u:object_r:textrel_shlib_t:s0 tclass=file Hash: sh,boinc_t,textrel_shlib_t,file,execute_no_trans audit2allow #============= boinc_t ============== allow boinc_t textrel_shlib_t:file execute_no_trans; audit2allow -R #============= boinc_t ============== allow boinc_t textrel_shlib_t:file execute_no_trans; On #fedora-selinux I tried with grift to fix it, but we did not manage it
Created attachment 577348 [details] ausearch -m avc -ts today
I actually misread that report. It says that /usr/lib/virtualbox/VBoxManage is mislabeled. So a restorecon /usr/lib/virtualbox/VBoxManage would fix it. We did that earlier so i guess its fixed now for you