Images 💾

Last commit ⭐

commit 03ae9f94cfdc734d8cb036f408ab05e582e4e345
Author:     Liav A <liavalb@gmail.com>
AuthorDate: Mon Oct 24 18:09:03 2022 +0300
Commit:     Andrew Kaster <akaster@serenityos.org>
CommitDate: Mon Oct 24 19:41:32 2022 -0600

    Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.so
    
    If a program needs to execute a dynamic executable program, then it
    should unveil /usr/lib/Loader.so by itself and not rely on the Kernel to
    allow using this binary without any sense of respect to unveil promises
    being made by the running parent program.