Skip to content

Commit

Permalink
cockpit: Support https instance factory
Browse files Browse the repository at this point in the history
cockpit-project/cockpit#12972 hardens Cockpit's
web server so that each different client certificate gets handled by its
own cockpit-ws instance. This requires a factory helper that produces
new systemd template instances.

This completes the TLS rework from commit 819c407.
  • Loading branch information
martinpitt authored and wrabcak committed Nov 5, 2019
1 parent 02d0511 commit 49d1174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cockpit.fc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

/usr/libexec/cockpit-ws -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0)
/usr/libexec/cockpit-tls -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0)
/usr/libexec/cockpit-wsinstance-factory -- gen_context(system_u:object_r:cockpit_ws_exec_t,s0)

/usr/libexec/cockpit-cert-session -- gen_context(system_u:object_r:cockpit_session_exec_t,s0)
/usr/libexec/cockpit-session -- gen_context(system_u:object_r:cockpit_session_exec_t,s0)
Expand Down

0 comments on commit 49d1174

Please sign in to comment.