summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2009-01-29 19:34:11 +0200
committerLauri Leukkunen <lle@rahina.org>2009-02-10 08:38:10 +0200
commit34f86de08d0b1a543c344dc2e68666dc2987fd3e (patch)
tree06c09e8408cec70b6e653ec059c8433249ae1b0e
parent1cdc38fbc7884e1cecbcb116ba850ddac2ab10e4 (diff)
devel mode: added rule for /usr/bin/chrpath
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua5
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.