diff options
| author | Jeferson <jroliveira.oliveira301@gmail.com> | 2021-12-02 12:34:52 +0100 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2022-03-14 15:34:17 -0400 |
| commit | 05e322e127b8e6c1227f3ef7e596569dae1263ca (patch) | |
| tree | 1d991969f6aaad57debaa7838545bdf509434281 | |
| parent | 85754e0e6f09a63d82a604df76237a52b2c30ce3 (diff) | |
beckham: Run mods_app as system user
Change-Id: I31d78a8b8c1361957bc427b1322253076096f3bb
| -rw-r--r-- | sepolicy-mods/private/seapp_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy-mods/private/seapp_contexts b/sepolicy-mods/private/seapp_contexts index eee7b55..ae37894 100644 --- a/sepolicy-mods/private/seapp_contexts +++ b/sepolicy-mods/private/seapp_contexts @@ -1,2 +1,2 @@ # ModService -user=_app isPrivApp=true seinfo=platform name=com.motorola.modservice domain=mods_app type=app_data_file levelFrom=user +user=system seinfo=platform name=com.motorola.modservice domain=mods_app type=system_app_data_file |
