Package osec: Information
Source package: osec
Version: 1.3.1-alt2
Build time: Jul 14, 2021, 01:34 AM in the task #278437
Category: System/Base
Report package bugHome page: https://github.com/legionus/osec
License: GPL3
Summary: Lightweight file permission checker
Description:
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.
List of RPM packages built from this SRPM:
osec (x86_64, ppc64le, i586, armh, aarch64)
osec-cronjob (noarch)
osec-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
osec-mailreport (noarch)
osec (x86_64, ppc64le, i586, armh, aarch64)
osec-cronjob (noarch)
osec-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
osec-mailreport (noarch)
Maintainer: Alexey Gladkov
Last changed
Sept. 30, 2020 Alexey Gladkov 1.3.1-alt2
- Add systemd-specific files (ALT#38902).
Sept. 29, 2020 Alexey Gladkov 1.3.1-alt1
June 15, 2020 Alexey Gladkov 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.