Hide Forgot
Description of problem: It seems that the /etc/selinux/$SELINUXTYPE/contexts directory and its contents are being labeled incorrectly to default_context_t instead of selinux_config_t. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The policy tells me this is a correct label. Why do you think this is a bug?
(In reply to comment #1) > The policy tells me this is a correct label. Why do you think this is a bug? I think this directory and its contents should be selinux_config_t, as it contains SELinux configuration files.
It contains default contexts so I don't see this as bug. Dan?
I agree, this has always been labeled default_context, in that lots of domains need to read it that do not need to read other parts of SELinux config.
Then secadm_r also will need to have write permission to it.
I agree. Miroslav make sure RHEL5 and RHEL6 have seutil_manage_bin_policy($1) seutil_manage_default_contexts($1) seutil_manage_file_contexts($1) seutil_manage_module_store($1) seutil_manage_config($1) in userdom_security_admin_template
*** This bug has been marked as a duplicate of bug 704191 ***