List of commits:
Subject Hash Author Date (UTC)
git(rocketgit_t) needs to map rocketgit_var_t files 2b10062807dd4f478e136aea1c239e117b46caed Catalin(ux) M. BOIE 2019-10-30 21:02:18
css: gravatar is displayed as block to get rid of below extra space b02dc575be2ccd8b99eff7509f8a7e62c57654a6 Catalin(ux) M. BOIE 2019-10-30 20:58:03
SELinux: more rights added 2e71284e917886f9ef2b0dcb005f63ff8153df1f Catalin(ux) M. BOIE 2019-10-30 17:30:08
We need also php-json for API f53e706bea1f29bb678ca39c2295ac8354af76d8 Catalin(ux) M. BOIE 2019-10-30 17:26:35
Small changes in several places 357571a8a8821b82f072bf83808342693e9a649c Catalin(ux) M. BOIE 2019-10-30 17:13:29
SELinux: php tries to map the config file 3e2115c88e7b424171060f14aa2cf4c856bf5e58 Catalin(ux) M. BOIE 2019-10-30 15:09:12
Removed comments from php-fpm.conf 46f4a76b3d0a37b3f6f2bdef8b749eca84246cce Catalin(ux) M. BOIE 2019-10-29 15:14:18
pool sample: removed comments 53364f40abda9cdab63a961e230bedb3c2dfcb67 Catalin(ux) M. BOIE 2019-10-29 15:12:01
Adapt spec file to Fedora 31 599df94445a9396fdc1cc0cc43df50838db973ae Catalin(ux) M. BOIE 2019-10-29 13:59:05
Cosmetic 69abfb69054c86d3b8136a83f3929831b2f75afe Catalin(ux) M. BOIE 2019-10-29 13:56:48
selinux: we need also map for httpd_t -> rocketgit_usr_t 6f4161abd283b4b83e5f3655d47187d9daf37a6f Catalin(ux) M. BOIE 2019-10-29 03:44:20
.spec update f5b7c9777f6e0f9e5b669c45abf5420bf0da80b8 Catalin(ux) M. BOIE 2019-10-26 05:35:45
Update version to 0.71 6f66dc4dda14cc3b171b91cd1feb28a762cf469a Catalin(ux) M. BOIE 2019-10-26 05:32:56
selinux: rg_change_pass updates 8c09ed1e91dd80e5cfbb5c39064b21c35057b58d Catalin(ux) M. BOIE 2019-10-26 05:32:01
Cosmetic 4b3f0dd52126a4a0e58766699b2dcce83770f822 Catalin(ux) M. BOIE 2019-10-26 05:31:35
Rework rg_git_merge because it failed dc8dc39ac4235e9f6d4b9f7f6981bf9c4a10bc5f Catalin(ux) M. BOIE 2019-10-26 05:30:48
Compariso script updates d56371208be824b919259f807d9e8aee41f74c4a Catalin(ux) M. BOIE 2019-10-26 05:30:09
css updates e051981b55d28a8f37ff6aff9425e99912ff34da Catalin(ux) M. BOIE 2019-10-26 05:29:45
Comparison updates e7a2d2b92380f1c4946ccd54113f1ca1b9b7216b Catalin(ux) M. BOIE 2019-10-26 05:29:03
TODO update 25ee0cf19af35ff1c9a273528bf60f40be987dfe Catalin(ux) M. BOIE 2019-10-26 05:28:44
Commit 2b10062807dd4f478e136aea1c239e117b46caed - git(rocketgit_t) needs to map rocketgit_var_t files
Author: Catalin(ux) M. BOIE
Author date (UTC): 2019-10-30 21:02
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2019-10-30 21:02
Parent(s): b02dc575be2ccd8b99eff7509f8a7e62c57654a6
Signing key:
Tree: 4906e20c64d0a2c9fbe5652f5b3ab49e76e7baf5
File Lines added Lines deleted
selinux/rocketgit.te.tmpl 2 0
File selinux/rocketgit.te.tmpl changed (mode: 100644) (index 7a9e480..0a3bc7c)
... ... type rocketgit_var_t;
106 106 files_type(rocketgit_var_t) files_type(rocketgit_var_t)
107 107 admin_pattern(rocketgit_t, rocketgit_var_t, rocketgit_var_t) admin_pattern(rocketgit_t, rocketgit_var_t, rocketgit_var_t)
108 108 filetrans_pattern(rocketgit_t, rocketgit_var_t, rocketgit_var_t, { file dir }) filetrans_pattern(rocketgit_t, rocketgit_var_t, rocketgit_var_t, { file dir })
109 # type=AVC msg=audit(1572467033.466:1637): avc: denied { map } for pid=2648 comm="git" path="/var/lib/rocketgit/repos/by_id/00/00/00/01/00000001/repos/by_id/1.git.tmp/config" dev="sda3" ino=8437796 scontext=system_u:system_r:rocketgit_t:s0-s0:c0.c1023 tcontext=system_u:object_r:rocketgit_var_t:s0 tclass=file permissive=1
110 allow rocketgit_t rocketgit_var_t:file map;
109 111
110 112
111 113 # sockets # sockets
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

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