Open DimStar77 opened 1 month ago
https://github.com/rpm-software-management/rpmlint/blob/1f09e5065c4f538e2e7fabd2d2deeaff2254dc6a/rpmlint/checks/SUIDPermissionsCheck.py#L62
The set_permissions and verify_permissions macro have been moved to the opensuse/permissions repo in
https://github.com/openSUSE/permissions/commit/fc19402c0c2c93e1b46e8d36a6c3e1f63f1ad868
The follow-up commit simplified the script to only accept permctl - as the macros are installed together with permctl, the name is defined
Rpmlint now complains though that the set_permissions and verify_permissions would be missing - as it checks for chkstat in the script
The actual rename happened in https://github.com/openSUSE/permissions/pull/188
https://github.com/rpm-software-management/rpmlint/blob/1f09e5065c4f538e2e7fabd2d2deeaff2254dc6a/rpmlint/checks/SUIDPermissionsCheck.py#L62
The set_permissions and verify_permissions macro have been moved to the opensuse/permissions repo in
https://github.com/openSUSE/permissions/commit/fc19402c0c2c93e1b46e8d36a6c3e1f63f1ad868
The follow-up commit simplified the script to only accept permctl - as the macros are installed together with permctl, the name is defined
Rpmlint now complains though that the set_permissions and verify_permissions would be missing - as it checks for chkstat in the script