Hide Forgot
I am installing/configuring pulp with puppet. Part of my installation replaces the standard repo location with a custom one that points to an NFS filer. This is configured after RPM installation by replacing the directory (/var/lib/pulp) with a symlink to the mount (/mnt/blahblah). SELinux doesn't like this and will not allow pulp to write to the directory. I cannot perform any repo-based operation as it causes pulp to fail. This is obviously not standard behavior but worth considering in the SELinux policy that ships with the RPM. Thanks! Version-Release number of selected component (if applicable): 0.239
Pulps's SELinux policy has been re-written to work with httpd. The below boolean can be set to allow NFS. sudo setsebool httpd_use_nfs true QE: Test is to configure a NFS server and follow Jordan's instructions from the bz description.
build: 0.255
moving to verified
Pulp v2.0 released