am b00a0379: No one needs LD_PRELOAD from init any more.

* commit 'b00a037992e07b52f811079444a0406820443cce':
  No one needs LD_PRELOAD from init any more.
This commit is contained in:
Elliott Hughes 2015-02-07 16:27:55 +00:00 committed by Android Git Automerger
commit 12d56dcc75

View file

@ -147,12 +147,6 @@ domain_trans(init, shell_exec, shell)
domain_trans(init, rootfs, ueventd)
domain_trans(init, rootfs, watchdogd)
# Certain domains need LD_PRELOAD passed from init.
# https://android-review.googlesource.com/94851
# For now, allow it to most domains.
# TODO: scope this down.
allow init { domain -lmkd }:process noatsecure;
# Support "adb shell stop"
allow init self:capability kill;
allow init domain:process sigkill;