summaryrefslogtreecommitdiffstats
path: root/README.SELinux
diff options
context:
space:
mode:
Diffstat (limited to 'README.SELinux')
-rw-r--r--README.SELinux5
1 files changed, 2 insertions, 3 deletions
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: