X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=README;h=b20c859eeac5465ccf3a8788723568e2e5b42d82;hb=8a41466007c7ee650aead4baf41017fd7a6f3ff6;hp=91d9301de89884f9a50c45e7bfb4b642ba6b35e8;hpb=324d66c100a844c9554e676bb4ca18109f609b04;p=repo_shell.git diff --git a/README b/README index 91d9301..b20c859 100644 --- a/README +++ b/README @@ -85,6 +85,9 @@ svnserve.conf set a global authz.conf file, using the standard hooks and activating svnperms.conf for branch-based commit control. These are suggestions outside the scope of the repo_shell program itself. -Access controls for git are envisioned to be incorporated into repo_shell. They -aren't at this time, and any developer has read-write access to any git -repository. +Access controls for git repositories uses a feature built-into repo_shell. +The /etc/repo_shell.cfg file lists a core parameter git_acl_file, which +should be set to the name of the git acl file. A recommended name is +/var/lib/git/.gitacls, with permissions 0400. See git_acl.cfg.example for +information on the format of this file, which is similar in concept, but +different, than subversion's authz.conf file format.