mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 09:14:21 +03:00
Utilities: Change default shell of useradd to /bin/sh
This commit is contained in:
parent
e68780e1ad
commit
1560775494
Notes:
sideshowbarker
2024-07-18 17:09:36 +09:00
Author: https://github.com/brapru Commit: https://github.com/SerenityOS/serenity/commit/15607754942 Pull-request: https://github.com/SerenityOS/serenity/pull/7556 Issue: https://github.com/SerenityOS/serenity/issues/4884 Reviewed-by: https://github.com/bcoles Reviewed-by: https://github.com/linusg
@ -17,7 +17,7 @@
|
||||
|
||||
constexpr uid_t BASE_UID = 1000;
|
||||
constexpr gid_t USERS_GID = 100;
|
||||
constexpr const char* DEFAULT_SHELL = "/bin/Shell";
|
||||
constexpr const char* DEFAULT_SHELL = "/bin/sh";
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user