Skip to content

qSnapper 1.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 05:11
· 27 commits to master since this release

Updated to version 1.1.1

Remove input_device_t from SELinux policy to fix semodule load failure

  • The input_device_t type no longer exists in the base SELinux policy on openSUSE Leap 16.0, openSUSE Tumbleweed, and RHEL 10.1.

  • This caused semodule -i qsnapper.pp to fail with:
    Failed to resolve typeattributeset statement at .../cil:58

  • Remove the input_device_t require declaration and its associated allow rule.

  • Input devices are already covered by event_device_t which remains in the policy.

Fixes: #4

Full Changelog: v1.1.0...v1.1.1