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

Commit e01bb455 authored by David Anderson's avatar David Anderson Committed by Android (Google) Code Review
Browse files

Merge "Add new 'update_engine_log' GID" into main

parents f04c827c f5b540e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@
#define AID_UPROBESTATS 1093         /* uid for uprobestats */
#define AID_CROS_EC 1094             /* uid for accessing ChromeOS EC (cros_ec) */
#define AID_MMD 1095                 /* uid for memory management daemon */
#define AID_UPDATE_ENGINE_LOG 1096   /* GID for accessing update_engine logs */
// Additions to this file must be made in AOSP, *not* in internal branches.
// You will also need to update expect_ids() in bionic/tests/grp_pwd_test.cpp.

+2 −1
Original line number Diff line number Diff line
@@ -787,7 +787,8 @@ on post-fs-data
    mkdir /data/misc/vold 0700 root root
    mkdir /data/misc/boottrace 0771 system shell
    mkdir /data/misc/update_engine 0700 root root
    mkdir /data/misc/update_engine_log 02750 root log
    mkdir /data/misc/update_engine_log 02750 root update_engine_log
    chown root update_engine_log /data/misc/update_engine_log
    mkdir /data/misc/trace 0700 root root
    # create location to store surface and window trace files
    mkdir /data/misc/wmtrace 0700 system system