Jannik Glückert
Jannik Glückert
> I haven't really looked at the namespace API to see how hard it would be for bees to sandbox itself. It doesn't seem that bad: Please don't. If a...
> Here we obviously disagree. The prob with providing settings in environment or command line — eg in a systemd unit file — already forces an operator to create a...
programs invoking `systemctl` is a hard no, not just because it's kinda the wrong way around but also because it would violate any sensible LSM profile
Noting down some insights from #btrfs: If `bees --setup` requires significantly more privileges than the regular `bees` operation, it may be beneficial to instead have a seperate `bees-setup` binary so...
If you need inspiration for parsing the PE file headers, I threw this together in a hurry - though I did this for self-practice and I don't mean to steal...
Oh, I'm positively surprised that this is in working condition, heh - I can't predict when I'll find time to work on this, so anyone may feel free to pick...
well this is interesting can you open a python shell (just run `python`) and then run `import lzo` ? Does python-lzo have the same PYTHON_TARGETS as eclean-kernel? @mgorny I wasn't...
ooooh, I didn't see that the error changed - whoops Yeah, it's probably omitting some metadata then... why you do this kernel :(
https://www.kernel.org/doc/Documentation/lzo.txt oh great, what a fustercluck
yeah, if this requires any custom logic I'd prefer to just drop it - lzo is obsoleted by zstd anyways in just about any metric (including being a sane format)...