diff options
author | Andres Morales <anmorales@google.com> | 2015-04-03 16:40:15 -0700 |
---|---|---|
committer | Andres Morales <anmorales@google.com> | 2015-04-08 15:20:22 -0700 |
commit | 2d08dce0beedcfc63b2a837045d1be7d49157555 (patch) | |
tree | 0a74bf6cd5b25138d1fc63ae8c0df389912efb0f /rootdir | |
parent | 56b8a6a59f6e86ba88ede9719e3445e8eb3187ae (diff) | |
download | system_core-2d08dce0beedcfc63b2a837045d1be7d49157555.zip system_core-2d08dce0beedcfc63b2a837045d1be7d49157555.tar.gz system_core-2d08dce0beedcfc63b2a837045d1be7d49157555.tar.bz2 |
GateKeeper proxy service
Until we have SELinux support for gating access
to individual TEE services, we will proxy TEE requests
to GateKeeper via this daemon.
Change-Id: Ifa316b75f75bff79bdae613a112c8c3c2e7189a8
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 55850a3..c4f9f5c 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -605,6 +605,10 @@ service bootanim /system/bin/bootanimation disabled oneshot +service gatekeeperd /system/bin/gatekeeperd + class main + user system + service installd /system/bin/installd class main socket installd stream 600 system system |