We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rpmlint/rpmlint/checks/SUIDPermissionsCheck.py
Line 62 in 1f09e50
The set_permissions and verify_permissions macro have been moved to the opensuse/permissions repo in
openSUSE/permissions@fc19402
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 text was updated successfully, but these errors were encountered:
The actual rename happened in openSUSE/permissions#188
Sorry, something went wrong.
SUIDPermissionsCheck: chkstat to permctl rename
094badc
Fix #1292
880b253
No branches or pull requests
rpmlint/rpmlint/checks/SUIDPermissionsCheck.py
Line 62 in 1f09e50
The set_permissions and verify_permissions macro have been moved to the opensuse/permissions repo in
openSUSE/permissions@fc19402
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 text was updated successfully, but these errors were encountered: