Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0c5aac3 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "adb: set umask to 000"

parents 968c234f eb68fa81
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -933,6 +933,8 @@ int adb_main(int is_daemon, int server_port)
#if !ADB_HOST
    int port;
    char value[PROPERTY_VALUE_MAX];

    umask(000);
#endif

    atexit(adb_cleanup);