You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SELinux prevents falco-driver-loader from calling insmod on falco .ko files. This is because the .ko files are mislabeled - they need to be relabeled modules_object_t:
Currently, SELinux prevents
falco-driver-loader
from callinginsmod
on falco .ko files. This is because the .ko files are mislabeled - they need to be relabeledmodules_object_t
:How to reproduce it
Run
falco-driver-loader
on a CentOS 8 system with SELinux enabled and the targeted policy loaded.Expected behaviour
falco-driver-loader
should be able to successfullyinsmod
falco kernel modules.Screenshots
Environment
Cloud provider or hardware configuration:
OS:
NAME="CentOS Linux"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
Kernel:
4.18.0-305.3.1.el8.x86_64
Installation method:
From source
Additional context
The text was updated successfully, but these errors were encountered: