80fb19a9ba
For some services, the program responsible for the service has a file context which is defined only when it is installed in /usr/sbin. This does not work on Arch Linux, where every program is in /usr/bin (/usr/sbin is a symlink to /usr/bin). Add relevant file contexts for /usr/bin/$PROG when /usr/sbin/$PROG exists.
11 lines
477 B
Plaintext
11 lines
477 B
Plaintext
/usr/bin/gssproxy -- gen_context(system_u:object_r:gssproxy_exec_t,s0)
|
|
|
|
/usr/lib/systemd/system/gssproxy.service -- gen_context(system_u:object_r:gssproxy_unit_t,s0)
|
|
|
|
/usr/sbin/gssproxy -- gen_context(system_u:object_r:gssproxy_exec_t,s0)
|
|
|
|
/var/lib/gssproxy(/.*)? gen_context(system_u:object_r:gssproxy_var_lib_t,s0)
|
|
|
|
/run/gssproxy\.pid -- gen_context(system_u:object_r:gssproxy_run_t,s0)
|
|
/run/gssproxy\.sock -s gen_context(system_u:object_r:gssproxy_run_t,s0)
|