CachyOS / CachyOS-Settings

Settings used for CachyOS
GNU General Public License v3.0
91 stars 22 forks source link

Drop limits #72

Closed ptr1337 closed 2 months ago

ptr1337 commented 2 months ago

This is handled by realtime-privileges and rtkit already. Also, ulimit -l reports to be unlimited, which should be not done due security concerns.

ptr1337 commented 2 months ago

LGTM. Esync will soon be replaced by NTSync, so I don't think it's a issue to remove Esync specific files. But what about /usr/lib/systemd/user.conf.d/limits.conf? I don't think there's a security issue with it since it's handled by systemd, but what's the need for it? It's worth checking.

Yes, that looks also fine to me, but worth to check. I merge this for now