summaryrefslogtreecommitdiff
path: root/lua_scripts/pathmaps/simple
diff options
context:
space:
mode:
Diffstat (limited to 'lua_scripts/pathmaps/simple')
-rw-r--r--lua_scripts/pathmaps/simple/00_default.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/simple/00_default.lua b/lua_scripts/pathmaps/simple/00_default.lua
index 71a7ca2..34ab4ca 100644
--- a/lua_scripts/pathmaps/simple/00_default.lua
+++ b/lua_scripts/pathmaps/simple/00_default.lua
@@ -120,3 +120,9 @@ exec_policy_chains = {
all_exec_policies_chain
}
+-- This table lists all exec policies - this is used when the current
+-- process wants to locate the currently active policy
+all_exec_policies = {
+ default_exec_policy,
+}
+