List of commits:
Subject Hash Author Date (UTC)
SELinux: more fixes to start rocketgit-fpm without AVC errors bbae4970f9972bdd37199dcf67beceef5f43aa36 Catalin(ux) M. BOIE 2016-09-26 20:49:07
Bump version to 0.58 32c5bf42c158ef5864094a75284115693fe72c03 Catalin(ux) M. BOIE 2016-09-26 15:34:10
Adjust goal and talk about CLA 842c8e45c2f53d7cbf6db3ff9549b52034a0ccef Catalin(ux) M. BOIE 2016-09-26 02:59:47
Rewrap of text dca9405b83ca52d20c92a4d908a656d43bbaa06e Catalin(ux) M. BOIE 2016-09-26 02:46:05
SELinux: no need for rocketgit-log folder; allow httpd server to write log files eef3699ae6563e7b7ea30b9e688f498e38543529 Catalin(ux) M. BOIE 2016-09-25 20:28:52
worker fixes for when admin edits workers f54af2c20ebd4df3b3424cab2e0bfb80aa8bafe6 Catalin(ux) M. BOIE 2016-09-25 20:26:08
Corrected typos and made clear some comments/hints ab0c22fb84e13b9699b45ca8bc8181dd15f7a4a5 Catalin(ux) M. BOIE 2016-09-25 20:23:59
Do not show the query in the error message in plan.inc.php feee2b816a64c9032e2fc9c37bb1a8216d43bc62 Catalin(ux) M. BOIE 2016-09-25 20:23:04
Renamed systemd.service to rocketgit-fpm.service e24cc46ce59727f6acccb674e4ab53430a877171 Catalin(ux) M. BOIE 2016-09-25 20:21:35
.spec file fixes: use %{_unitdir} instead of @USR@/lib and systemd dependency f39aea08f7b63aae84b3bc4f68bc8995f06e52e9 Catalin(ux) M. BOIE 2016-09-21 18:45:27
Fix duilder: forgot to replace @USR@ d2d4920111d02c35944e15da642728a4b695c9ff Catalin(ux) M. BOIE 2016-09-21 17:56:15
Bump version to 0.57 b8be77c83936b5083d004f380ec0366d5562342e Catalin(ux) M. BOIE 2016-09-21 17:26:09
In features, add something about Affero ee43843c67c6d495a545773d87ed5c002b99483f Catalin(ux) M. BOIE 2016-09-21 17:12:06
fix a unit test e1145815a78faa7f24e899750547ba893a05d173 Catalin(ux) M. BOIE 2016-09-21 16:56:01
Invalid repo path used 8d9766033596179b235d6756a0af551a503278f2 Catalin(ux) M. BOIE 2016-09-21 16:54:52
Typo b0b945bb27ce33e5065de0e59aca757b92852c60 Catalin(ux) M. BOIE 2016-09-21 16:54:13
git remote change was replaced with git remote set-url 06d39d3519b2d026a4fe425586a64822cf430d4b Catalin(ux) M. BOIE 2016-09-21 16:53:49
Lots of fixes for html/css to adapt to any device 8558dc5641c14bd49187ef40eea4d2f58f56b337 Catalin(ux) M. BOIE 2016-09-21 16:52:59
Author file update 4face2cce133cc994efc67a1721a5260af3ab2a1 Catalin(ux) M. BOIE 2016-09-21 16:51:04
duilder fixes (USR was not defined) fd5ff1e7c3d974714570237c323ece393aaaa85b Catalin(ux) M. BOIE 2016-09-21 16:50:39
Commit bbae4970f9972bdd37199dcf67beceef5f43aa36 - SELinux: more fixes to start rocketgit-fpm without AVC errors
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-26 20:49
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-26 20:49
Parent(s): 32c5bf42c158ef5864094a75284115693fe72c03
Signing key:
Tree: d53d29480b10c8aec3374f2f3ae63a656cab1209
File Lines added Lines deleted
samples/rocketgit-fpm.service 2 1
selinux/rocketgit.fc 2 0
selinux/rocketgit.te.tmpl 2 1
File samples/rocketgit-fpm.service changed (mode: 100644) (index 1caf2f2..81fccc3)
... ... PIDFile=/run/php-fpm/rocketgit-fpm.pid
16 16 ExecStart=/usr/sbin/php-fpm --fpm-config /etc/rocketgit/php-fpm.conf ExecStart=/usr/sbin/php-fpm --fpm-config /etc/rocketgit/php-fpm.conf
17 17 ExecReload=/bin/kill -USR2 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID
18 18 PrivateTmp=true PrivateTmp=true
19 NoNewPrivileges=yes
19 #Seems I get a denial
20 #NoNewPrivileges=yes
20 21
21 22 [Install] [Install]
22 23 WantedBy=multi-user.target WantedBy=multi-user.target
File selinux/rocketgit.fc changed (mode: 100644) (index 157316e..9f689f4)
15 15
16 16 /usr/share/rocketgit/scripts/worker.* gen_context(system_u:object_r:rocketgit_worker_exec_t,s0) /usr/share/rocketgit/scripts/worker.* gen_context(system_u:object_r:rocketgit_worker_exec_t,s0)
17 17 /usr/share/rocketgit/scripts(/.*)? -- gen_context(system_u:object_r:rocketgit_exec_t,s0) /usr/share/rocketgit/scripts(/.*)? -- gen_context(system_u:object_r:rocketgit_exec_t,s0)
18
19 /usr/lib/systemd/system/rocketgit-fpm.* -- gen_context(system_u:object_r:httpd_unit_file_t,s0)
File selinux/rocketgit.te.tmpl changed (mode: 100644) (index b6ce855..450799e)
1 policy_module(rocketgit,1.0.105)
1 policy_module(rocketgit,1.0.106)
2 2
3 3 ######################################## ########################################
4 4 # #
 
... ... gen_require(`
9 9 # really needed httpd_log_t? # really needed httpd_log_t?
10 10 type httpd_t; type httpd_t;
11 11 type httpd_log_t; type httpd_log_t;
12 type httpd_unit_file_t;
12 13 type system_mail_t; type system_mail_t;
13 14 type unconfined_t; type unconfined_t;
14 15 role unconfined_r; role unconfined_r;
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