Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
43194e08
Commit
43194e08
authored
Sep 19, 2014
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use `cp -a` to preserve more inode info.
parent
9ab1c6df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/chroot_local-hooks/10-tbb
config/chroot_local-hooks/10-tbb
+1
-1
config/chroot_local-includes/usr/local/bin/generate-tor-browser-profile
...local-includes/usr/local/bin/generate-tor-browser-profile
+1
-1
No files found.
config/chroot_local-hooks/10-tbb
View file @
43194e08
...
...
@@ -135,7 +135,7 @@ ln -s /usr/share/xul-ext/adblock-plus/ "${TBB_EXT}"/'{d10d0bf8-f5b5-c8b4-a8b2-2b
ln
-s
/usr/share/xul-ext/foxyproxy-standard/
"
${
TBB_EXT
}
"
/foxyproxy@eric.h.jung
ln
-s
/usr/share/xul-ext/torbutton/
"
${
TBB_EXT
}
"
/torbutton@torproject.org
cp
-
r
"
${
TBB_PREP
}
"
/Data/Browser/profile.default/
*
"
${
TBB_PROFILE
}
"
/
cp
-
a
"
${
TBB_PREP
}
"
/Data/Browser/profile.default/
*
"
${
TBB_PROFILE
}
"
/
mkdir
-p
"
${
TBB_PROFILE
}
"
/extensions
for
ext
in
"
${
TBB_EXT
}
"
/
*
;
do
ln
-s
"
${
ext
}
"
"
${
TBB_PROFILE
}
"
/extensions/
...
...
config/chroot_local-includes/usr/local/bin/generate-tor-browser-profile
View file @
43194e08
...
...
@@ -10,4 +10,4 @@ if [ -e "${USER_PROFILE}" ]; then
fi
mkdir
-p
"
${
USER_PROFILE
}
"
cp
-
r
/etc/tor-browser/profile
"
${
USER_PROFILE
}
"
/profile.default
cp
-
a
/etc/tor-browser/profile
"
${
USER_PROFILE
}
"
/profile.default
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment