diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2014-10-14 17:39:22 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-10-14 17:39:22 +0000 |
commit | e63fb8bd8086a280cae61612da965cb13e75194f (patch) | |
tree | a9b22910b82f5139ad489d2cb46b809aa98a1e44 | |
parent | 3bcd569490bceb2c1f2bdd8d6852680e12dedc9f (diff) | |
parent | c9f9f35efa43b3ac75b1a7e76fe1071a2e9d52ea (diff) | |
download | core-e63fb8bd8086a280cae61612da965cb13e75194f.tar.gz core-e63fb8bd8086a280cae61612da965cb13e75194f.tar.bz2 core-e63fb8bd8086a280cae61612da965cb13e75194f.zip |
Merge "Remove libsigchain from LD_PRELOADs"
-rw-r--r-- | rootdir/init.environ.rc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/init.environ.rc.in b/rootdir/init.environ.rc.in index 1f964e384..927c33d25 100644 --- a/rootdir/init.environ.rc.in +++ b/rootdir/init.environ.rc.in @@ -9,4 +9,3 @@ on init export ASEC_MOUNTPOINT /mnt/asec export LOOP_MOUNTPOINT /mnt/obb export BOOTCLASSPATH %BOOTCLASSPATH% - export LD_PRELOAD libsigchain.so |