commit | 72a88b194cab6ff7885c582ea2c785ec307c93ef | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Fri Oct 05 14:48:29 2018 -0700 |
committer | Igor Murashkin <iam@google.com> | Mon Oct 08 15:00:34 2018 -0700 |
tree | 3d869d2037119d684e6231907ca5b844748c02bf | |
parent | 93318192a061e84acd6ff209d4a89bfd876903da [diff] [blame] |
iorapd: Add new binder service iorapd. This daemon is very locked down. Only system_server can access it. Bug: 72170747 Change-Id: I7b72b9191cb192be96001d84d067c28292c9688f
diff --git a/private/iorapd.te b/private/iorapd.te new file mode 100644 index 0000000..602da03 --- /dev/null +++ b/private/iorapd.te
@@ -0,0 +1,3 @@ +typeattribute iorapd coredomain; + +init_daemon_domain(iorapd)