Skip to content

Commit fa67747

Browse files
committed
linux docs clarify
1 parent 8a4ca63 commit fa67747

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/book/src/installation/guest/linux.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Installing the Linux guest
33
==========================
44

5+
Linux guests doesn't have official CAPAE support!
56
First, prepare the networking for your machinery platform on the host side.
67

78
.. This has not been tested recently:
@@ -36,7 +37,7 @@ Preparing x32/x64 Linux guests
3637
.. warning::
3738

3839
For Linux guests on an Azure hypervisor, installing Python3 32-bit breaks the way that the Azure agent starts: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/agent-linux#installation.
39-
So the use of the monitor is limited to what can be run with the 64-bit version of Python3. You will have to comment out the architecture check in the CAPE `agent.py` for the CAPE agent to start. To
40+
So the use of the monitor is limited to what can be run with the 64-bit version of Python3. You will have to comment out the architecture check in the CAPE `agent.py` for the CAPE agent to start. To
4041
reiterate, this warning is only relevant if you are using an Azure hypervisor.
4142

4243
x32 guests
@@ -45,10 +46,10 @@ Install support file dependencies::
4546

4647
$ sudo apt update
4748
$ sudo apt install python3-pip systemtap-runtime
48-
$ pip3 install pyinotify
49-
$ pip3 install Pillow # optional
50-
$ pip3 install pyscreenshot # optional
51-
$ pip3 install pyautogui # optional
49+
$ sudo pip3 install pyinotify
50+
$ sudo pip3 install Pillow # optional
51+
$ sudo pip3 install pyscreenshot # optional
52+
$ sudo pip3 install pyautogui # optional
5253

5354
x64 guests
5455
----------
@@ -60,11 +61,11 @@ Install support file dependencies (we need Python3 32-bit)::
6061
$ sudo apt install python3-distutils -y
6162
$ sudo apt install systemtap-runtime -y
6263
$ curl -sSL https://bootstrap.pypa.io/get-pip.py -o get-pip.py
63-
$ python3 get-pip.py
64-
$ python3 -m pip install pyinotify
65-
$ python3 -m pip install Pillow # optional
66-
$ python3 -m pip install pyscreenshot # optional
67-
$ python3 -m pip install pyautogui # optional
64+
$ sudo python3 get-pip.py
65+
$ sudo python3 -m pip install pyinotify
66+
$ sudo python3 -m pip install Pillow # optional
67+
$ sudo python3 -m pip install pyscreenshot # optional
68+
$ sudo python3 -m pip install pyautogui # optional
6869

6970
Ensure the agent automatically starts. The easiest way is to add it to crontab::
7071

@@ -118,4 +119,4 @@ docker image tag aquasec/tracee:0.20.0 aquasec/tracee:latest
118119

119120
Afterwards, enable Tracee using the appropriate options in auxiliary.conf and processing.conf and install the [CAPEv2 Community Repo](https://github.com/CAPESandbox/community). Here is a guide: https://capev2.readthedocs.io/en/latest/usage/utilities.html#community-download-utility.
120121

121-
Tracee should be able to automatically highlight events such as fileless execution and syscall hooking.
122+
Tracee should be able to automatically highlight events such as fileless execution and syscall hooking.

0 commit comments

Comments
 (0)