Skip to content
Snippets Groups Projects
Commit b00a0379 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

No one needs LD_PRELOAD from init any more.

Change-Id: I40a3d089a4a2325abcd1e12aa57b1fd97a1f7902
parent 616c787b
No related branches found
No related tags found
No related merge requests found
...@@ -147,12 +147,6 @@ domain_trans(init, shell_exec, shell) ...@@ -147,12 +147,6 @@ domain_trans(init, shell_exec, shell)
domain_trans(init, rootfs, ueventd) domain_trans(init, rootfs, ueventd)
domain_trans(init, rootfs, watchdogd) 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" # Support "adb shell stop"
allow init self:capability kill; allow init self:capability kill;
allow init domain:process sigkill; allow init domain:process sigkill;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment