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

Commit b29b3384 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Bug 3361124 Remove drmioserver

Change-Id: Ie3b20b487c1466737921567ab2d043e230356bf4
Note: safe to re-use the drmio uid/gid as no files were ever created.
parent 701d40f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
#define AID_KEYSTORE      1017  /* keystore subsystem */
#define AID_USB           1018  /* USB devices */
#define AID_DRM           1019  /* DRM server */
#define AID_DRMIO         1020  /* DRM IO server */
#define AID_AVAILABLE     1020  /* available for use */
#define AID_GPS           1021  /* GPS daemon */
#define AID_NFC           1022  /* nfc subsystem */
#define AID_MEDIA_RW      1023  /* internal media storage write access */
@@ -100,7 +100,7 @@ static const struct android_id_info android_ids[] = {
    { "install",   AID_INSTALL, },
    { "media",     AID_MEDIA, },
    { "drm",       AID_DRM, },
    { "drmio",     AID_DRMIO, },
    { "available", AID_AVAILABLE, },
    { "nfc",       AID_NFC, },
    { "shell",     AID_SHELL, },
    { "cache",     AID_CACHE, },
+0 −5
Original line number Diff line number Diff line
@@ -379,11 +379,6 @@ service drm /system/bin/drmserver
    user drm
    group inet

service drmio /system/bin/drmioserver
    class main
    user drmio
    group drmio

service media /system/bin/mediaserver
    class main
    user media