Technology

Breaking (and Recovering) SELinux

Breaking (and Recovering) SELinux

Connor Grout

This is a post about caution and how a simple mistake you can make can blow up a month after you make it. But as with anything, breaking something leads to fix it and learning a lot. This post will cover SELinux file contexts, SELinux tools such as semanage, restorecon, and matchpathcon, the nature of immutable filesystems and some fun quarks of btrfs.

The Beginning

So to start, I run OpenSUSE MicroOS as my server environment at home. This atomic server works great because all of the apps that I run are microservices. I have yet to migrate to Kubernetes, I really need to do that, so I am using podman and it’s systemd integration to run my stack. It actually works surprisingly well since everything from containers, networks, volumes, etc. are all defined in systemd unit files. This makes setup really easy because it all standardized and you can use systemctl and journalctl to manage your containers and logging.

Self-Hosting Email Experimentation

Self-Hosting Email Experimentation

Connor Grout

Today I decided that I will try setting up my own email service at home using a combination of Stalwart, SWAG (an NGINX w/ some extras baked in), and AWS SES. Now the method I’ve chosen mixes a lot of technologies; It also took me a few days of banging my head on the desk and running into numerous roadblocks, but I think I’ve found the solution that I’ve been after that is both functional and secure as well as low maintenance with minimal headaches.

Senior Capstone Project

Senior Capstone Project

Connor Grout
This is a special blog post that will cover, drumroll please.. My Senior Capstone Project! In 2018 as part of my Bachelor of Science degree I had to complete a Senior Capstone Project, and present the project to my peers as well as attend the University of Cincinnati’s CECH (College of Education, Criminal Justice and Human Services) IT Expo.