Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions docs/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ wget -qq -O - https://kernelcare.com/checker | python

More information can be found on the link: [https://www.kernelcare.com/faq/](https://www.kernelcare.com/faq/)

#### Update
#### Update

To update kernelcare agent package to the latest version use:
To update kernelcare agent package to the latest version use:

- For rpm-based distributives (CentOS, RedHat, etc):

Expand Down Expand Up @@ -113,3 +113,13 @@ Complete log file can be found at `/var/log/ksplice2kcare.log`.
### Canonical Livepatch

KernelCare is not compatible with Canonical Livepatch and should not be used on the same system.


### SELinux Support

For the correct functioning of kernelcare tools with selinux enabled, the presence of an additional `kernelcare-selinux` package is required.
It will be installed automatically in case of using the installation script. Otherwise, it could be installed manually, like:

```
$ yum install kernelcare-selinux
```