The SELinux coloring book [pdf]
21–30 of 57 posts
Re: The SELinux coloring book [pdf]
#22Earlier quoted context omitted.
> At the point you have to make a "cute" coloring book (for adults) ... is right about the point where you've lost completely. what is this nonsense? This infantilization of adults is insane.
You may not like the approach, but, please, stop using "infantilization" argument. Not all comic books and animated movies are for kids, even though they look like it might be the case. Here, it may open the subject for broader audience. It is easier to comprehend even for a layman. And even if you're not the one, you could dig in - just for fun. A picture is worth a thousand words, they say.
"Hey, I've heard you're too much of a dumb-dumb to get SELinux to work? Maybe if we turn it into an episode of Dora the Explorer you'll get it this time! Don't forget to renew your RHEL subscription by the way."
Re: The SELinux coloring book [pdf]
#23SELinux always makes me feel like I'm a complete idiot (the worst thing about that is that I could be an idiot and not know it or refuse to acknowledge it). So, maybe this introduction will make it a little more accessible.
If you're having issues with selinux run: sealert -a /var/log/audit/audit.log Most of the time, that will give you a detailed description of what's going wrong and tell you the command to fix it. Completely changed my opinion on selinux when I learned it. Also, the SELinux For Mere Mortals[1] talk is a great introduction. [1] https://www.youtube.com/watch?v=MxjenQ31b70&t=1s
I sat the RHCE course/exam recently and the Red Hat trainer dealt with this in... amusing... ways.
Unfortunately, fixing things properly requires knowledge, if only of where to find the information. Thinking solely about file contexts, it's not easy to for example search them. e.g. "show me all contexts related to samba" so you can find the share rw label. (One of the RHEL 7.0 man pages suggests the nfs rw label which doesn't work, had to make a point of remembering that for the exam!) Everything's spread across selinux's man pages, service's man pages... ugh.
Re: The SELinux coloring book [pdf]
#24Earlier quoted context omitted.
> At the point you have to make a "cute" coloring book (for adults) ... is right about the point where you've lost completely. what is this nonsense? This infantilization of adults is insane.
You may not like the approach, but, please, stop using "infantilization" argument. Not all comic books and animated movies are for kids, even though they look like it might be the case. Here, it may open the subject for broader audience. It is easier to comprehend even for a layman. And even if you're not the one, you could dig in - just for fun. A picture is worth a thousand words, they say.
> Not all comic books and animated movies are for kids
Yup, others are for adults operating at the kids' level.Re: The SELinux coloring book [pdf]
#25Re: The SELinux coloring book [pdf]
#26(I also have a video explaining some specific/common things: https://serversforhackers.com/video/battling-selinux-cast)
Re: The SELinux coloring book [pdf]
#27The illustrations that I've found most amazing and well done are created by people like:
Lin Clark (https://code-cartoons.com/)
Julia Evans (http://jvns.ca/zines/)
Linda Liukas (http://www.helloruby.com/)
Amy Wibowo (https://shop.bubblesort.io/)
You may notice a trend with the gender of the authors above. I personally believe that women have a better sense for simplifying complex ideas, and greater empathy and patience for teaching those ideas once they've been made simple.
Re: The SELinux coloring book [pdf]
#28Re: The SELinux coloring book [pdf]
#29SELinux always makes me feel like I'm a complete idiot (the worst thing about that is that I could be an idiot and not know it or refuse to acknowledge it). So, maybe this introduction will make it a little more accessible.