val session : ?switch:Lwt_switch.t -> unit -> t Lwt.tval system : ?switch:Lwt_switch.t -> unit -> t Lwt.tval exit_on_disconnect : exn -> 'aexception Access_denied of stringtype request_name_result = [ | `Primary_owner| `In_queue| `Exists| `Already_owner
]type release_name_result = [ | `Released| `Non_existent| `Not_owner
]exception Service_unknown of stringtype start_service_by_name_result = [ | `Success| `Already_running
]exception Name_has_no_owner of stringexception Match_rule_invalid of stringexception Match_rule_not_found of stringexception Adt_audit_data_unknown of stringexception Selinux_security_context_unknown of stringval update_activation_environment : t -> (string * string) list -> unit Lwt.tval get_connection_selinux_security_context :
t ->
OBus_name.bus ->
string Lwt.tval reload_config : t -> unit Lwt.t