Added basic policy backend for modules. Also added confirmation in CLI to call a module. At that confirmation, the relevant policies are shown. Still need to create a module for changing policies and to add more configuration options to existing policies.

This commit is contained in:
Nathan Schneider
2022-02-05 23:49:23 -07:00
parent fc8cd20e7f
commit b92272afa2
4 changed files with 70 additions and 13 deletions

View File

@ -15,11 +15,12 @@ function temp_org()
id = nil,
name = nil,
modules = modpol.util.copy_table(modpol.modules),
policies = {},
processes = {},
pending = {},
members = {},
parent = nil,
children = {}
children = {},
}
end