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:
commit
12d56dcc75
1 changed files with 0 additions and 6 deletions
6
init.te
6
init.te
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue