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
When running PIM on RHEL 9 with SELinux Enforced, a segmentation fault is encountered:
Expect to start up the PIM Wizard
curl -JLO https://downloads.puppetlabs.com/pim/puppet-installation-manager-v1.1.1-linux.zip
unzip puppet-installation-manager-v1.1.1-linux.zip
./pim wizard
I had some suspicions that it might be related to SELinux so I checked the audit log (/var/log/audit/audit.log) and found the following:
/var/log/audit/audit.log
type=AVC msg=audit(1713315574.982:351): avc: denied { execmod } for pid=13856 comm="pim" path="/root/pim_project/pim" dev="xvda4" ino=92285117 scontext=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:admin_home_t:s0 tclass=file permissive=0
As a workaround to allow PIM to run, I've followed the suggestion from sealert:
sealert
# ausearch -c 'pim' --raw | audit2allow -M my-pim # semodule -i my-pim.pp
The text was updated successfully, but these errors were encountered:
Migrated issue to PE-38150
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
When running PIM on RHEL 9 with SELinux Enforced, a segmentation fault is encountered:
![image](https://private-user-images.githubusercontent.com/87046872/323072529-e031cf3e-f21d-4a69-91da-1e866e0dfb95.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTU0MjIsIm5iZiI6MTczOTM1NTEyMiwicGF0aCI6Ii84NzA0Njg3Mi8zMjMwNzI1MjktZTAzMWNmM2UtZjIxZC00YTY5LTkxZGEtMWU4NjZlMGRmYjk1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEwMTIwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcxYjM4MTg0ZjY5MjQxZmJkNWJlYWU1OGJkNWJmMDE5Y2RhNGY4NTk1MDM4NWNhMWRiY2Q5ZjRjZTMyZDQ5MWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.qdccKLuufdWU4F3Ta6pnBfpmm9fLOCbxieXjLjT3NKk)
Expected Behavior
Expect to start up the PIM Wizard
Steps to Reproduce
curl -JLO https://downloads.puppetlabs.com/pim/puppet-installation-manager-v1.1.1-linux.zip
unzip puppet-installation-manager-v1.1.1-linux.zip
./pim wizard
Environment
Additional Context
I had some suspicions that it might be related to SELinux so I checked the audit log (
/var/log/audit/audit.log
) and found the following:As a workaround to allow PIM to run, I've followed the suggestion from
sealert
:The text was updated successfully, but these errors were encountered: