As all the other cool kids, I’ve also started experimenting with git, the version control system used by many, most notably the Linux kernel developers.
As a test I converted my program that enables the volume knob on Dell USB keyboards. You can find it on my gitweb site.
Also there is the selinux policy module I blogged about in my previous post, and a new one that I had to do to get gitweb to work. Getting gitweb to work also required the git repositories to be properly labelled:
semanage fcontext -a -t httpd_sys_script_ro_t '/home/git(/.*)?' restorecon -Rv /home/git
Some day I need to figure out the correct syntax for putting file contexts in the policy module.
