diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2009-01-29 19:34:11 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2009-02-10 08:38:10 +0200 |
commit | 34f86de08d0b1a543c344dc2e68666dc2987fd3e (patch) | |
tree | 06c09e8408cec70b6e653ec059c8433249ae1b0e /lua_scripts | |
parent | 1cdc38fbc7884e1cecbcb116ba850ddac2ab10e4 (diff) |
devel mode: added rule for /usr/bin/chrpath
Diffstat (limited to 'lua_scripts')
-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. |