From a9267ec22bb0b1d6917696f3c2451e98fa72bb37 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 7 Jul 2014 23:24:37 +0200 Subject: docs: install README.SELinux again Instruct user to set the same fcontext as is set to /var/www/git on particular distribution. Related: #1036123 Version: 0.10.2-2 --- README.SELinux | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.SELinux') diff --git a/README.SELinux b/README.SELinux index 95c690c..1f63c62 100644 --- a/README.SELinux +++ b/README.SELinux @@ -11,11 +11,10 @@ handled automatically for repositories in the default path, /var/lib/git. If your repositories are in a different path, /srv/git, for example, you can set the proper context using semanage: - # semanage fcontext -a -t httpd_sys_content_t "/srv/git(/.*)?" + # semanage fcontext -a -t @CGIT_CONTEXT@ "/srv/git(/.*)?" If you have other confined daemons that need to access the git repositories, -you may want to use public_content_t, or public_content_rw_t instead of -httpd_sys_content_t. +you may want to use public_content_t, or public_content_rw_t instead. Then use restorecon to update the contexts: -- cgit