Группа :: Система/Основа
Исходный пакет: osec
Собрано: 7 месяца назад
Размер архива: 78,0 КБ
Отчёт repocop:


Gear: http://git.altlinux.org/gears/o/osec.git
Архив: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/o/osec
Домашняя страница: https://github.com/legionus/osec
Лицензия: GPL3
О пакете: Lightweight file permission checker
Описание:
This package contains osec program which performs files integrity check
by traversing filesystem and making human readable reports about changes
and found files/directories with suspicious ownership or permissions.
Текущий сопровождающий:
Алексей Гладков
Список участников
(данной и/или предыдущих сборок пакета): Права: Список rpm-пакетов, предоставляемых данным srpm-пакетом:
- osec
- osec-cronjob
- osec-debuginfo
- osec-mailreport
- Add systemd-specific files (ALT#38902).2020-09-29 Алексей Гладков 1.3.1-alt1
- New version (1.3.1); - Cronjob changes: + Add config parameter to disallow database changes (ALT#38903). + Summarize more types of changes in the report (ALT#38771). - Fixed extra space in the reported string. - contrib: Add systemd-specific files.2020-06-15 Алексей Гладков 1.3.0-alt1
- New version (1.3.0); - Database creation is more error tolerant (ALT#38408, ALT#33207): - if osec failed to get the owner and user group by id, a numeric value will be used (ALT#33018). - if osec failed to read the file to calculate the checksum, an empty value will be used. - if osec failed to read symlink an empty value will be used. - The mtime field includes nanoseconds. - The basepath field has been added to the database.