Performance is not the goal, but cleaner code and more manageable code. But both will ultimately lead to better performance. As of now it was basically impossible to change something in the database structure since it was hard to estimate the impact of it.
- 0 Posts
- 420 Comments
… and may also break compatibility with previous 10.Y releases if required for later cleanup work.
If you read through the whole paragraph, it is clear that they mean the compatibility of previous jellyfin versions.
Also, again:
Note however that the 10.Y.Z release chain represents the “cleanup” of the codebase, so it should be accepted that 10.Y.Z breaks all compatibility,
That means that the code is not cleaned up with that release.
If you would release 11 before the code is considered cleaned up, you would basically break your own defined versioning convention. That is best decided by the active maintainers.
Consider the 10.y.z simply to be 0.y.z and everything works out.
Jellyfin inherited a lot of shitty code and architecture from emby. They simply cannot guarantee anything across patches until it is sorted out.
imho much better then releasing major version after major version because the break stuff regularly.
Also for internal use. The original emby source used not within the code base standardized database access.
Basically changes to the database were not possible since finding references across the code base which part uses which values was impossible.
Note however that the 10.Y.Z release chain represents the “cleanup” of the codebase, so it should be accepted that 10.Y.Z breaks all compatibility,
Its right there at the link you posted.
ShortN0te@lemmy.mlto Selfhosted@lemmy.world•Friendly reminder that Tailscale is VC-funded and driving towards IPOEnglish24·19 days agoTailscale offers way more then just wireguard. ACLs, NAT traversal etc. etc.
While some use cases can be replaced with traditional wireguard, others not.
Really surprised about this. I am using syncthing now for many years on various devices and never encountered issues with it. And also, file sync is not a backup solution.
cve-2021-3156 heap overflow in sudo. roughly 10 years long in sudo. Allowed privilege escalation. It was huge.
ShortN0te@lemmy.mlto Selfhosted@lemmy.world•What OS should I use for self-hosting that doesn't require extensive terminal knowledge?English2·2 months agoStill the same but afaik they now somewhat support running zfs
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?4·3 months agoThere are many ways to harden against it, but “just disable root auth” is not really it, since it in itself does not add much.
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?4·3 months agoNo you can alias that command and hijack the password promt via bashrc and then you have the root password as soon as the user enters it.
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?4·3 months agoWith aliases in the bashrc you can hijack any command and execute instead of the command any arbitrary commands. So the command can be extracted, as already stated above, this is not a weakness of sudo but a general one.
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?3·3 months agoAnd how would you not be able to hijack the password when you have control over the user session?
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?5·3 months agoAnd what do you suggest to use otherwise to maintain a server? I am not aware of a solution that would help here? As an attacker you could easily alias any command or even start a modified shell that logs ever keystroke and simulates the default bash/zsh or whatever.
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?14·3 months agoThe scenario OC stated is that if the attacker has access to the user on the server then the attacker would still need the sudo password in order to get root privileges, contrary to direct root login where the attack has direct access to root privileges.
So, now i am looking into this scenario where the attack is on the server with the user privileges: the attacker now modifies for example the bashrc to alias sudo to extract the password once the user runs sudo.
So the sudo password does not have any meaningful protection, other then maybe adding a time variable which is when the user accesses the server and runs sudo
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?10·3 months agoThe attacker that is currently with user privileges on the server?
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?5·3 months agoMost comments here suggest 3 things
- least privilege: Which is ok, but on a Server any modification you do requires root anyway, there is usually very little benefit
- Additional protection through required sudo password: This is for example easily circumvented by modifying the bashrc or similar with an sudo alias to get the password
- Multiuser & audittrails: yes this is a valid point, on a system that is modified or administered by multiple ppl there are various reasons lime access logging and UAC for that
An actual person from the pen testing world: https://youtu.be/fKuqYQdqRIs
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?6·3 months agoThe sudo password can be easily extracted by modifying the bashrc.
ShortN0te@lemmy.mlto Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?6·3 months agoNope, not really. The only reason ppl recommend it is, because “you have then to guess the username too”. Which is just not relevant if you use strong authentication method like keys or only strong passwords.
And which one of those are actually vulnerabilities that are exploitable? First, yes ofc unauthenticated endpoints should be fixed, but with those there is no real damage to be done.
If you know the media path then you can request a playback, and if you get the user ids then you can get all users. That’s more or less it.
Good? No. But far from making it a poor choice exposing it.