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

Commit a44aca65 authored by Gloria Wang's avatar Gloria Wang
Browse files

Temporarily disable the drm service. do not merge

Change-Id: I5cb04a9c2cc5b95443c6c0ea77132a4102ca47fc
parent d66aa916
Loading
Loading
Loading
Loading
+13 −11
Original line number Diff line number Diff line
@@ -176,10 +176,11 @@ on post-fs-data
    chown root root /data/lost+found
    chmod 0770 /data/lost+found

    # temporarily disable the drm server
    # create directory for DRM plug-ins
    mkdir /data/drm 0774 drm drm
    mkdir /data/drm/plugins 0774 drm drm
    mkdir /data/drm/plugins/native 0774 drm drm
    #mkdir /data/drm 0774 drm drm
    #mkdir /data/drm/plugins 0774 drm drm
    #mkdir /data/drm/plugins/native 0774 drm drm

    # If there is no fs-post-data action in the init.<device>.rc file, you
    # must uncomment this line, otherwise encrypted filesystems
@@ -371,15 +372,16 @@ service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-sys
    onrestart restart media
    onrestart restart netd

service drm /system/bin/drmserver
    class main
    user drm
    group system root inet
# temporarily disable the drm server
#service drm /system/bin/drmserver
    #class main
    #user drm
    #group system root inet

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

service media /system/bin/mediaserver
    class main