Команда update-aide.conf не найдена
Я пытаюсь настроить Aide IDS на своем сервере Ubuntu. Я следовал официальному руководству по установке, но когда я пытаюсь использовать команду « update-aide.conf » для создания новой конфигурации, я получаю сообщение об ошибке.
$ update-aide.conf: command not found
Я попытался найти файл в системе с помощью find , но ничего не нашел:
$ sudo find / -name "update-aide.conf"
$
Я пытался переустановить помощник несколько раз, и произошла та же ошибка.
Система : Сервер Ubuntu 22.04 LTS — 1 ГБ оперативной памяти.
1 ответ
Поскольку v0.17 поддерживает включение каталогов и исполняемых файлов конфигурации (см.@@x_include
макрос вman 5 aide.conf
). Вот почемуupdate-aide.conf
больше не нужен и не предоставляется. Вы можете просто позвонитьaide
напрямую, и он сгенерирует конфигурацию «на лету».
Смотрите также/usr/share/doc/aide/NEWS.Debian.gz
Больше подробностей:
aide (0.17-1) unstable; urgency=medium
[...]
Most of the functionality of update-aide.conf and the aide.wrapper
has moved into aide proper. The two scripts have been removed. This also
means that the @@{ROOTPREFIX} prefix is no longer added to every rule
written in the configuration. If you have been using this feature, please
consider one of these alternatives:
- the root_prefix configuration option allows you to specify a single
prefix
- write your own tool that, for example, copies the contents of
/etc/aide/aide.conf.d to /etc/aide/aide.conf.container.d and does the
appropriate preprocessing of the copied rules.
- write/generate your own per-container ruleset in a different directory
and @@x_include it appropriately.
[...]
-- Marc Haber <mh+debian-packages@zugschlus.de> Sun, 17 Jan 2021 16:29:27 +0100