Skip to content

Commit 61b690f

Browse files
polter-rndpaboldin
authored andcommitted
Fix README files
- Update patch build instructions for GHOST sample; - Add Travis CI status image to main readme file.
1 parent 022ffb6 commit 61b690f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
LibCare -- Patch Userspace Code on Live Processes
22
=================================================
33

4+
.. image:: https://travis-ci.org/cloudlinux/libcare.svg?branch=master
5+
:target: https://travis-ci.org/cloudlinux/libcare
6+
47
Welcome to LibCare --- Live Patch Updates for Userspace Processes and Libraries.
58

69
LibCare delivers live patches to any of your Linux executables or libraries at

samples/ghost/README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Now, from inside the container let's install vulnerable version of glibc:
3232
glibc-headers-2.17-55.el7 glibc-common-2.17-55.el7
3333
...
3434
35+
Also we have to downgrade elfutils since newer versions of ``eu-unstrip``
36+
fail to work with glibc utilities:
37+
38+
.. code:: console
39+
40+
[root@... /]# yum downgrade -y --enablerepo=C7.0.1406-base \
41+
elfutils-devel-0.158-3.el7.x86_64 elfutils-0.158-3.el7.x86_64 \
42+
elfutils-libs-0.158-3.el7.x86_64 elfutils-libelf-0.158-3.el7.x86_64 \
43+
elfutils-libelf-devel-0.158-3.el7.x86_64
44+
...
45+
3546
Build the ``libcare`` tools:
3647

3748
.. code:: console

0 commit comments

Comments
 (0)