Package alterator-module-executor: Information

    Source package: alterator-module-executor
    Version: 0.1.34-alt1
    Latest version according to Repology
    Build time:  Apr 21, 2026, 06:52 PM in the task #415857
    Report package bug
    License: GPL-2
    Summary: Alterator-manager module for running executable files and scripts
    Description: 
    Alterator-manager module for running executable files and scripts.

    List of RPM packages built from this SRPM:
    alterator-module-executor (x86_64, i586, aarch64)
    alterator-module-executor-debuginfo (x86_64, i586, aarch64)

    Maintainer: Ivan Savin



      1. alterator-manager-devel >= 0.1.30
      2. cmake
      3. gcc
      4. libjson-c-devel
      5. libpolkit-devel
      6. rpm-macros-cmake
      7. libsystemd-devel
      8. libtomlc99-devel
      9. libgio-devel

    Last changed


    April 21, 2026 Ivan Savin 0.1.34-alt1
    - Fix forced process termination and its child processes. Before this fix,
      when the spawned process was forcefully terminated, its child processes were
      not terminated.
    April 14, 2026 Ivan Savin 0.1.33-alt1
    - Add the ability to emit unicast signals upon request from an executable
      file. Signals are sent to the user who called the method. The executable
      file sends a message in JSON format to file descriptor number 3. The message
      specifies the name and body of the signal.
    April 10, 2026 Ivan Savin 0.1.32-alt2
    - Update secret scan action to use alterator fork (the-nexi@).