diff options
Diffstat (limited to 'lua_scripts/pathmaps/devel/00_default.lua')
-rw-r--r-- | lua_scripts/pathmaps/devel/00_default.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua index ceb7b2a..0ebf354 100644 --- a/lua_scripts/pathmaps/devel/00_default.lua +++ b/lua_scripts/pathmaps/devel/00_default.lua @@ -330,6 +330,11 @@ devel_mode_rules_usr_bin = { {path = "/usr/bin/localedef", map_to = target_root, readonly = true}, + -- "chrpath" comes from target, too, but we haven't + -- verified what happens if it was used from tools. + {path = "/usr/bin/chrpath", map_to = target_root, + readonly = true}, + -- 19. perl & python: -- processing depends on SBOX_REDIRECT_IGNORE and -- name of the current mapping mode. |