sepolicy: Remove noatsecure for init processes

* Certain domain needs LD_PRELOAD passed from init. Allow it
for most domain.

Change-Id: I7b78620d64af15ca4690abf49e4c24f0b0d5be9a
Signed-off-by: Moyster <oysterized@gmail.com>
This commit is contained in:
Sanket Khidkikar 2015-10-05 20:26:00 -07:00 committed by Moyster
parent 288642ca49
commit be1e10f0f3
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ allow init perf_control_sysfs:file getattr;
allow init tmpfs:lnk_file { create unlink };
allow init wmtWifi_device:chr_file write;
# Certain domains needs LD_PRELOAD passed from init
# allow it for most domain. Do not honor LD_PRELOAD
# for lmkd
allow init { domain -lmkd }:process noatsecure;