WavyEbuilder
WavyEbuilder
Donotrun
Adds a fun 'virus checker' for linux users. Will 100% not do anything to your root partition. (For those who do not understand sarcasm - _**DO NOT RUN**_ .
Currently, the Makefile does not support DESTDIR. This pr fixes that.
Hi! I'm looking to add support for the dinit init system and service manager to the refpolicy. I had a few questions along the way, so I thought I would...
### systemd version the issue has been seen with 256 ### Used distribution Gentoo Linux 6.10.11-gentoo-dist ### Architecture x86_64 ### Component Documentation ### Expected behaviour you didn't see Correctly stating...
Implements #399 . Currently a draft PR for some of the reasons noted in that issue. Another thing to add: - I saw mentioned here, https://github.com/davmac314/dinit/issues/240#issuecomment-1963096377, that you don't want...
systemd since version 209 has supported an `SELinuxContext=` option for `systemd.exec(5)` that allows launching processes with a specified SELinux security context. This also applies for transient services. A new option,...
**Is your feature request related to a problem? Please describe.** sysvinit, specifically [here](https://github.com/slicer69/sysvinit/blob/main/src/init.c#L3180), and systemd, [here](https://github.com/systemd/systemd/blob/main/src/core/main.c#L2885) and [here](https://github.com/systemd/systemd/blob/main/src/core/selinux-setup.c), and openrc, [here](https://github.com/OpenRC/openrc/blob/master/src/openrc-init/openrc-init.c#L241) all load a security policy for SELinux. This is...