The Service struct supports modifying the underlying system resource's SID type information through the Service::set_config_service_sid_info method. However, there is currently no way to easily retrieve the value from the service manager, for example to check if a call to set_config_service_sid_info actually worked.
This PR therefore adds a new small Service::get_config_service_sid_info method that does just that. Also, some other minor bonus changes are included.
Dear maintainers,
The
Service
struct supports modifying the underlying system resource's SID type information through theService::set_config_service_sid_info
method. However, there is currently no way to easily retrieve the value from the service manager, for example to check if a call toset_config_service_sid_info
actually worked.This PR therefore adds a new small
Service::get_config_service_sid_info
method that does just that. Also, some other minor bonus changes are included.Cheers, Paul.
This change is