This section describes how to start the application in the ALT SP operating system in closed software environment mode.
To run the application on the ALT SP operating system:
integrity-remover
groupadd kesl
cat /etc/group | grep kesl
cp /usr/share/integrity/policy /etc/integrity/policy
vim /etc/integrity/policy
dont_measure fsmagic=0xf97cff8c (usually this is the last line in the dont_measure section), add the line dont_measure fgroup=<GUID>, where <GUID> is the unique identifier of the group created at step 2 of these instructions).dont_appraise fsmagic=0x27e0eb (usually this is the last line in the dont_appraise section), add the line dont_appraise fgroup=<GUID>, where <GUID> is the unique identifier of the group created at step 2 of these instructions).vim /usr/sbin/integrity-sign
find -P, add the directories of the Kaspersky Endpoint Security application under /var/opt and /opt to the end of each enumeration of directories.cd /var/opt/kaspersky/kesl/<build number_*>/var/opt/kaspersky/kesl/private
chown -R root:kesl updates/
find updates -type d -exec chmod g+s {} \;
cd /opt/kaspersky/kesl/lib64
chown -R root:kesl updatable_modules/
find updatable_modules -type d -exec chmod g+s {} \;
cd /var/opt/kaspersky/kesl/common/
chown -R root:kesl temp/
find temp -type d -exec chmod g+s {} \;
cd /var/opt/kaspersky/
chown -R root:kesl klnagent/
find klnagent/ -type d -exec chmod g+s {} \;
cd /opt/kaspersky/
chown -R root:kesl klnagent64/
find klnagent64/ -type d -exec chmod g+s {} \;
integrity-applier -i -A
cat /proc/cmdline
The command output should contain the lines lsm=integrity ima_hash=sha512 ima_appraise=enforce.
kesl-control --start 6 -W
If the output contains the EventType=BasesApplied event, it means the database update was performed correctly.
If the application is used in Light Agent mode to protect virtual environments, wait until the application databases are automatically updated. You can view information about the database update using the kesl-control --app-info command. The output includes information about whether the application databases were loaded and the time of the last release of the application databases.
systemctl restart kesl