Freeze break request: Fix SELinux context on bodhi comps repo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We recently changed where bodhi checks out the comps repo, and now we
need to fix the SELinux context on it in order to fix a violation during
pushes. Even though this violation isn't fatal, it's still preventing us
from injecting up-to-date comps into our updates repos.

The change below only effects our releng/relepel machines.

+1's ?

Thanks,
luke

--- a/modules/bodhi/manifests/init.pp
+++ b/modules/bodhi/manifests/init.pp
@@ -147,7 +147,7 @@ class bodhi::app::masher inherits bodhi {
semanage_fcontext { [
"/home/masher/.cvspass",
- "/usr/share/bodhi/comps(/.*)?",
+ "/var/tmp/bodhi/comps(/.*)?",
]:
type => "httpd_sys_script_rw_t",
}
_______________________________________________
infrastructure mailing list
infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/infrastructure



[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux