It's already reported - https://bugzilla.redhat.com/show_bug.cgi?id=1832327

It's `fixfiles` issue related to the following file context change:

    + /s?bin/arping  --      system_u:object_r:netutils_exec_t:s0
    - /sbin/arping   --      system_u:object_r:netutils_exec_t:s0

`fixfiles` script tries to detect all changes in file contexts and runs 
`restorecon` only on files with changed context. Unfortunately the logic in 
`fixfiles` interprets '/s?bin/arping' as '/*' and runs `restorecon` on '/*'
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-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/devel@lists.fedoraproject.org

Reply via email to