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

Commit c0a0e5f0 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

platform: Fix the gid for the theme manager service

It was mismatched with fs_config, resulting in attribution of the
"-1" gid

Change-Id: Ia6d55af0b39f659da2965f9bc0bda0df5c775ba4
parent 5a59e6b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@

    <!-- Permissions to read DRM-protected theme resources. -->
    <permission name="com.tmobile.permission.ACCESS_DRM_THEME" >
        <group gid="theme_manager" />
        <group gid="theme_man" />
    </permission>

    <!-- ================================================================== -->