xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit 04b76e731f34762838434e8412e283be7360d188

SELinux updates
Author: Catalin(ux) M. BOIE
Author date (UTC): 2018-08-29 21:36
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2018-08-29 21:36
Parent(s): 04f8223c0c8fc585d3c7882c17ba4ecb7c22d0b5
Signing key:
Tree: b0eb7cb77ee2e7a6d69758da3672537f01c9a2bf
File Lines added Lines deleted
selinux/rocketgit.te.tmpl 2 0
File selinux/rocketgit.te.tmpl changed (mode: 100644) (index d34a8f9..ad12dbd)
... ... type rocketgit_conf_t;
126 126 files_type(rocketgit_conf_t) files_type(rocketgit_conf_t)
127 127 read_files_pattern(rocketgit_t, rocketgit_conf_t, rocketgit_conf_t) read_files_pattern(rocketgit_t, rocketgit_conf_t, rocketgit_conf_t)
128 128 filetrans_pattern(rocketgit_t, rocketgit_conf_t, rocketgit_conf_t, file) filetrans_pattern(rocketgit_t, rocketgit_conf_t, rocketgit_conf_t, file)
129 # Nov 27 21:58:01 r1 audit[7494]: AVC avc: denied { map } for pid=7494 comm="php" path="/etc/rocketgit/config.php" dev="dm-3" ino=919635 scontext=system_u:system_r:rocketgit_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:rocketgit_conf_t:s0 tclass=file permissive=1
130 allow rocketgit_t rocketgit_conf_t:file map;
129 131
130 132
131 133 # Permit PHP to use nscd socket # Permit PHP to use nscd socket
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master