diff options
Diffstat (limited to 'lua_scripts/pathmaps/devel/00_default.lua')
| -rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index 80b63e7..1426520 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -162,7 +162,8 @@ perl_bin_test = { { if_redirect_ignore_is_active = "/usr/bin/perl", map_to = target_root, readonly = true }, { if_redirect_force_is_active = "/usr/bin/perl", - map_to = tools, readonly = true }, + map_to = tools, readonly = true, + exec_policy = exec_policy_tools_perl }, { if_active_exec_policy_is = "Rootstrap", map_to = target_root, readonly = true }, { if_active_exec_policy_is = "Tools-perl", @@ -174,7 +175,8 @@ python_bin_test = { { if_redirect_ignore_is_active = "/usr/bin/python", map_to = target_root, readonly = true }, { if_redirect_force_is_active = "/usr/bin/python", - map_to = tools, readonly = true }, + map_to = tools, readonly = true, + exec_policy = exec_policy_tools_python }, { if_active_exec_policy_is = "Rootstrap", map_to = target_root, readonly = true }, { if_active_exec_policy_is = "Tools-python", |
