pulp/pulpcore-selinux

filecontext conflict with pulp2

Closed this issue · 1 comments

pulp.fc currently defines

/var/lib/pulp(/.*)? 	gen_context(system_u:object_r:pulpcore_var_lib_t,s0)

However, pulp-server.fc from pulp2 defines this as:

/var/lib/pulp(/.*)? gen_context(system_u:object_r:httpd_sys_rw_content_t,s0)

I'd expect this makes these two policies not co-installable.

Closing since it was moved to pulp.plan.io here https://pulp.plan.io/issues/5995