Bug 58756 - Опечатка в INTEGRITY(7)
Summary: Опечатка в INTEGRITY(7)
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ima-evm-integrity-check (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: manowar@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-04-15 18:50 MSK by Vladislav Glinkin
Modified: 2026-05-27 19:59 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladislav Glinkin 2026-04-15 18:50:57 MSK
Версия пакета: ima-evm-integrity-check-0.8.2-alt1

В man'е написано:
       * Use --log-stderr=FILE option to output file signing log to specified FILE at Stage II. Use --log-stderr option to get it output to the current error stream.

Тут явно подразумевалось:
       * Use --log=FILE option to output file signing log to specified FILE at Stage II. Use --log-stderr option to get it output to the current error stream.

Та же самая опечатка в README файле.
Также хочу обратить внимание на то, что в -h | --help опция --log-stderr не упоминается.
Comment 1 manowar@altlinux.org 2026-04-15 21:37:05 MSK
Спасибо! Опция --log-stderr есть и она эквивалентна указанию --log=-
Я пытался навести порядок в документации, но, похоже, не получилось. :)
Comment 2 Repository Robot 2026-05-27 19:59:38 MSK
ima-evm-integrity-check-1:0.8.3-alt1 -> sisyphus:

Wed May 06 2026 Paul Wolneykien <manowar@altlinux> 1:0.8.3-alt1
- Set SELinux context "s0" for the signing service.
- Fixed documentation and help for --log and --log-stderr options
  (closes: 58756).
- Disable SELinux if /usr/sbin/setenforce is present.
- Fixed stderr logging in integrity-sign.
- Fix: Properly pass the --log option to integrity-sign.
- Fixed check for SELinux kernel cmdline option.