• 0 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • Please let me know if you figure it out. I opted the detached header approach a few years ago because it had most of the same benefits without the headache and poor support. I’m wondering if it might be possible to replicate what Grub is doing as it us relatively trivial but that doesn’t mean easy. Basically you’d have a Secure Boot signed bootloader that is able to boot a protected file system (secondary /boot) where your kernel & initramfs, or combined image exists. This secondary boot partition can be a lot more flexible though so it could even read a sparse-baded file that has a file system stored in it, and then from there you’d unlock the second layer of encryption. My guess is it can be done using something besides Grub and you’d have full access to all the algorithms available under cryptsetup.




  • Well, first they are lying to you. You don’t have to hand out certificates manually and that isn’t how Intune does it either. They are provisioned using SCEP generally, which has its own security drawbacks. You can get these certificates from a SCEP server using a tool like Certmonger.

    Most companies that say they don’t officially support Linux already have you sign an acceptable-use agreement to only use company-provided hardware and approved software. And while they may act like they’ll make a special exception for you, you better make sure you got it in writing and in a way that would comply with your other employment agreements. One thing most IT employees don’t have the privilege of is negotiating the legal terms of their employment. There are already multiple US cases of employees being criminalized for breaking their employer’s AUP.

    I wish you the best of luck, but feel like you’re prob in for a harsh reality.








  • John Richard@lemmy.worldtoNix / NixOS@programming.devNix Release 2.24
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    3 months ago

    What will it achieve to reveal them? Other users will notice too, it’s not like I’m the only one whose said this. Who cares if I convince you. Nix isn’t a power tool. It is a highly opinionated language that gimps the most basic package management tasks… It is basically a senseless markup language that requires package authors to resort to running unvetted shell scripts on users computers.


  • John Richard@lemmy.worldtoNix / NixOS@programming.devNix Release 2.24
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    4
    ·
    3 months ago

    Lol… pet package? You act like these packages I’m referring to are ones that no one is using. These are highly popular packages where winget is getting updates way before Nix. Flathub is doing a better job at keeping packages updated in some instances. Something must be broken with the tool you mention if you think it is keeping packages updated.








  • Sysv didn’t have to have a lot of documentation. It was simple to understand what it did, and the underlying system was mostly shell scripting. It didn’t try to be and do everything.

    I don’t hate systemd. I prefer it now for the most part. I really do think Lennart Poettering is incredibly skilled and intelligent. I am just frustrated that so much gets pushed without adequate resources and support to weigh what is production-ready, and what is bleeding edge. I’ve already had systemd bite me in the ass at least once where they made a significant unannounced change to systemd-cryptsetup. I had to go find answers by reading through pull request and GitHub issue comments, and it wasn’t easy to find either. The community acted like it wasn’t a big deal that it caused systems to no longer boot. Move fast & break things isn’t the message that will win over larger companies.