summaryrefslogtreecommitdiff
path: root/lua_scripts/pathmaps/devel/00_default.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua_scripts/pathmaps/devel/00_default.lua')
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua
index c8a1fef..aabeee2 100644
--- a/lua_scripts/pathmaps/devel/00_default.lua
+++ b/lua_scripts/pathmaps/devel/00_default.lua
@@ -515,6 +515,10 @@ devel_mode_rules_etc = {
{prefix = "/etc/apt", map_to = target_root, readonly = true},
{prefix = "/etc/terminfo", actions = terminfo_test},
+ -- Perl & Python:
+ {prefix = "/etc/perl", actions = perl_lib_test},
+ {prefix = "/etc/python", actions = python_lib_test},
+
-- Files that must not be mapped:
{prefix = "/etc/resolvconf", use_orig_path = true,
readonly = true},