To run Kaspersky Anti Targeted Attack Platform on Astra Linux, you must disable the Parsec module.
To disable the Parsec module:
sudo -s
astra-modeswitch set 0
mv /lib/modules/$(uname -r)/misc/parsec.ko ./parsec.ko.backup
update-initramfs -u -k all
cp /lib/systemd/system/docker.service /lib/systemd/system/docker.service.backup
After=network-online.target docker.socket firewalld.service \
docker-parsec-init.service
to After=network-online.target docker.socket firewalld.service
Requires=docker.socket docker-parsec-init.service
string to Requires=docker.socket
lsmod | grep parsec
An empty string is displayed on the console.
The Parsec module is disabled.
The security functions of the Parsec module are not required or used by the Kaspersky Anti Targeted Attack Platform application.
Page top