このセクションでは、閉鎖ソフトウェア環境モードの ALT SP オペレーティングシステムで本製品を起動する方法について説明します。
ALT SP オペレーティングシステムでアプリケーションを実行する場合:
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 の行(通常 dont_measure セクションの最後の行)の後に、dont_measure fgroup=<GUID> の行を追加します。<GUID> は、手順 2 で作成されたグループの一意の識別子です。dont_appraise fsmagic=0x27e0eb の行(通常 dont_appraise セクションの最後の行)の後に、dont_appraise fgroup=<GUID> の行を追加します。<GUID> は、手順 2 で作成されたグループの一意の識別子です。vim /usr/sbin/integrity-sign
find -P で始まる行で、/var/opt および /opt の下にある Kaspersky Endpoint Security のディレクトリを、各ディレクトリの列挙の末尾に追加します。cd /var/opt/kaspersky/kesl/<ビルド番号_*>/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
コマンド出力には、lsm=integrity ima_hash=sha512 ima_appraise=enforce の行が含まれている必要があります。
kesl-control --start 6 -W
出力に EventType=BasesApplied イベントが含まれている場合、定義データベースのアップデートが正しく実行されたことを意味します。
本製品を仮想環境の保護のために Light Agent モードで使用している場合は、製品データベースが自動的にアップデートされるまでお待ちください。kesl-control --app-info コマンドを使用して、データベースのアップデートに関する情報を表示できます。出力には、製品データベースが読み込まれたかどうか、および製品データベースが最後にリリースされた時刻に関する情報が含まれます。
systemctl restart kesl