Do an su command would show this and also saw in some other dnf 
operations. 

Found 
https://discussion.fedoraproject.org/t/curious-error-old-compiled-fc
ontext-format-skipping/154135

Had a number of messages, but seems the .bin files are compiled 
with some Old format? I had messages about the minimual 
directory, while this person had targetted.

My solution to fix the problem as su.
cd /etc/selinux
for a in $(find . | grep “.bin” | sed ‘s/.bin//g’); do echo $a; 
sefcontext_compile $a; done

That rebuilds the 6 .bin files, and then problem goes away.

Not sure it is best solution. Not sure why upgrade installed an old 
version that resulted in the error/skipping.

+------------------------------------------------------------+
 Michael D. Setzer II - Computer Science Instructor (Retired)     
 mailto:mi...@guam.net                            
 mailto:msetze...@gmail.com
 mailto:msetze...@gmx.com
 Guam - Where America's Day Begins                        
 G4L Disk Imaging Project maintainer 
 http://sourceforge.net/projects/g4l/
+------------------------------------------------------------+



-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to