Hide Forgot
Description of problem: the initial init triggers an selinux denial for ldconfig Version-Release number of selected component (if applicable): pulp-0.0.254-8.fc16.noarch How reproducible: Always Steps to Reproduce: 1.yum install pulp 2. service pulp-server init 3.view logs. Actual results: type=AVC msg=audit(1329404037.587:503): avc: denied { write } for pid=32209 comm="ldconfig" path=2F746D702F6666693334354C506F202864656C6574656429 dev=dm-1 ino=2639866 scontext=unconfined_u:system_r:ldconfig_t:s0 tcontext=unconfined_u:object_r:initrc_tmp_t:s0 tclass=file Expected results: clean logs Additional info: This occurs every time the init activity is run
I confirmed I can replicate this on F16. There is a work around of not using "service pulp-server init" If I run in the below order pulp works: 1) systemctl mongod.service start 2) /etc/init.d/pulp-server init
We no longer have an init script, because pulp is not a free-standing service. It's just a web app running in apache. Closing this as no-longer relevant.