Take static module capabilities into use
The static module capabilities are now used to query the capabilities of filters and routers. The new RCAP_TYPE_NOAUTH capability is also taken into use. These changes removes the need for the `is_internal_service` function.
This commit is contained in:
@ -294,10 +294,6 @@ void config_enable_feedback_task(void);
|
||||
*/
|
||||
void config_disable_feedback_task(void);
|
||||
|
||||
|
||||
/** TODO: Add new capability that allows skipping of permission checks */
|
||||
bool is_internal_service(const char *router);
|
||||
|
||||
/**
|
||||
* @brief Reload the configuration
|
||||
*
|
||||
|
Reference in New Issue
Block a user