Bug 58756

Summary: Опечатка в INTEGRITY(7)
Product: Sisyphus Reporter: Vladislav Glinkin <glinkinvd>
Component: ima-evm-integrity-checkAssignee: manowar <manowar>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: manowar, nbr
Version: unstable   
Hardware: x86_64   
OS: Linux   

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.