interface: add config setting to restrict inheritance to template interfaces

This commit is contained in:
Ariadne Conill 2020-09-23 11:34:35 -06:00
parent a3987b46c8
commit 5c5c316ebf
4 changed files with 14 additions and 0 deletions

View file

@ -20,6 +20,7 @@
struct lif_config_file {
bool allow_addon_scripts;
bool allow_any_iface_as_template;
};
extern struct lif_config_file lif_config;