forked from pulp/pulpcore-selinux
-
Notifications
You must be signed in to change notification settings - Fork 1
/
pulpcore.fc
13 lines (10 loc) · 843 Bytes
/
pulpcore.fc
1
2
3
4
5
6
7
8
9
10
11
12
13
/usr/lib/pulp/bin/gunicorn -- gen_context(system_u:object_r:pulpcore_exec_t,s0)
/usr/lib/pulp/bin/rq -- gen_context(system_u:object_r:pulpcore_exec_t,s0)
/usr/local/lib/pulp/bin/gunicorn -- gen_context(system_u:object_r:pulpcore_exec_t,s0)
/usr/local/lib/pulp/bin/rq -- gen_context(system_u:object_r:pulpcore_exec_t,s0)
/var/lib/pulp(/.*)? gen_context(system_u:object_r:pulpcore_var_lib_t,s0)
/var/run/pulpcore*(/.*)? gen_context(system_u:object_r:pulpcore_var_run_t,s0)
/var/run/pulpcore-api(/.*)? gen_context(system_u:object_r:pulpcore_var_run_t,s0)
/var/run/pulpcore-content(/.*)? gen_context(system_u:object_r:pulpcore_var_run_t,s0)
/var/run/pulpcore-resource-manager(/.*)? gen_context(system_u:object_r:pulpcore_var_run_t,s0)
/var/run/pulpcore-resource-worker[0-9]*(/.*)? gen_context(system_u:object_r:pulpcore_var_run_t,s0)