Description of problem: Changing SELinux settings results in a warning Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Attempt to change any SELinux setting 2. 3. Actual results: [root@localhost /]# /usr/sbin/setsebool -P mmap_low_allowed 1 /etc/selinux/targeted/contexts/files/file_contexts.local: line 4 has invalid regex /home/Chris/.mozilla/firefox/zvxhy68m.default/extensions/{340c2bbc-ce74-4362-90b5-7c26312808ef}/platform/Linux_x86-gcc3/components/WeaveCrypto.so: Invalid content of \{\}" Expected results: No warnings Additional info: The firefox line was for firefox sync to allow it to function properly and has never caused problems until now.
Could you execute # semanage fcontext -d -t textrel_shlib_t /home/Chris/.mozilla/firefox/zvxhy68m.default/extensions/{340c2bbc-ce74-4362-90b5-7c26312808ef}/platform/Linux_x86-gcc3/components/WeaveCrypto.so Then try to again it.
Seems to have worked, no more warnings, thanks.