ladybird/Userland
Andreas Kling 439f447ba8 LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open
Now that we've moved to atomic replacement of these files when altering
them, we don't need to keep them open for the lifetime of Core::Account
so just simplify this and close them when they are not needed.
2021-01-21 11:17:06 +01:00
..
Applications CrashReporter: Show pledge violation in backtrace 2021-01-20 21:01:15 +01:00
Demos LibGfxScaleDemo: Add coverage for blit_with_alpha 2021-01-20 19:15:03 +01:00
DevTools Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
DynamicLoader Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Games Conway: Don't run misleading srand() 2021-01-20 19:19:34 +01:00
Libraries LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open 2021-01-21 11:17:06 +01:00
MenuApplets Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Services WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors 2021-01-20 10:28:27 +01:00
Shell Shell: Don't spam perror() on kill_job() 2021-01-19 08:19:43 +01:00
Tests LibC: Test behavior around overlong paths 2021-01-16 22:40:53 +01:00
Utilities LibCore+su+passwd: Don't keep /etc/passwd and /etc/shadow open 2021-01-21 11:17:06 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00