• 2 Posts
  • 9 Comments
Joined 3 months ago
cake
Cake day: July 6th, 2024

help-circle
  • Findmysec@infosec.pubtoLinux@lemmy.mlA word about systemd
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 days ago

    Systemd is no longer just an init system, but the project began with Poettering’s dislike of other init systems. I use systemd and I do not like its performance (too slow in some cases).

    The tragedy is that being an end-user, it is ridiculously hard to replace systemd on “regular” distros. Admittedly, Debian can be moved back to sysVinit without backbreaking work, but the fact is that distros don’t seem to have any intention of providing choice, making applications assume that systemd exists wherever they will be installed. That is the complaint I have against the Linux community




  • Findmysec@infosec.pubtoLinux@lemmy.mlA word about systemd
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 days ago

    I’ve heard of s6 and runit alongside OpenRC as alternatives. I believe distros should make the init system agnostic of the rest of the software and not force users to stick with what they force them to do. Systemd is really slow.

    What infuriates me more than distros playing the heavy hand in adopting it, are applications depending on it (I’M LOOKING AT YOU GNOME). This is completely unacceptable. If I find an application that doesn’t work without systemd, I either compile it to see if it will work otherwise or give up on it.

    Maybe my view of systemd will change if I delete all of the other binaries and just use the init module. Who the fuck decided to put a fucking log in manager with the init system??? This is the feature bloat that I’m talking about and I hate it



  • Findmysec@infosec.pubtoLinux@lemmy.mlParental controls?
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    4 days ago

    Create a new user and give explicit permissions via doas + SELinux (corporate style lockdown). And deal with network policies with a DNS filter on your LAN (or maybe run an unbound service on her device with a different user without a login so she can’t change the config). Easy

    For Android, use a FOSS MDM