Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
685fc235
Commit
685fc235
authored
Jan 04, 2016
by
anonym
Browse files
Merge remote-tracking branch 'origin/feature/10658-clean-up-path' into devel
Fix-committed:
#10658
parents
cb2ef045
a7db4fa6
Changes
38
Hide whitespace changes
Inline
Side-by-side
config/APT_overlays.d/feature-10658-clean-up-path
0 → 100644
View file @
685fc235
config/chroot_local-hooks/14-generate-tor-browser-profile
View file @
685fc235
...
...
@@ -6,5 +6,5 @@ echo "Generating Tor Browser profile"
set
-e
/usr/local/
bin
/generate-tor-browser-profile
/usr/local/
lib
/generate-tor-browser-profile
mv
~/.tor-browser /etc/skel
config/chroot_local-hooks/46-configure-htpdate
View file @
685fc235
...
...
@@ -8,5 +8,5 @@ CONFFILE='/etc/default/htpdate.user-agent'
install
-o
root
-g
root
-m
0644 /dev/null
"
$CONFFILE
"
echo
"HTTP_USER_AGENT=
\"
$(
/usr/local/
bin
/getTorBrowserUserAgent
)
\"
"
\
echo
"HTTP_USER_AGENT=
\"
$(
/usr/local/
lib
/getTorBrowserUserAgent
)
\"
"
\
>
"
$CONFFILE
"
config/chroot_local-includes/etc/NetworkManager/dispatcher.d/20-time.sh
View file @
685fc235
...
...
@@ -211,7 +211,7 @@ is_clock_way_off() {
start_notification_helper
()
{
export_gnome_env
exec
/bin/su
-c
/usr/local/
bin
/tails-htp-notify-user
"
$LIVE_USERNAME
"
&
exec
/bin/su
-c
/usr/local/
lib
/tails-htp-notify-user
"
$LIVE_USERNAME
"
&
}
...
...
config/chroot_local-includes/etc/ssh/ssh_config
View file @
685fc235
...
...
@@ -3,7 +3,7 @@ ProxyCommand none
Host
*
ProxyCommand
/usr/local/
bin
/connect-socks %h %p
ProxyCommand
/usr/local/
lib
/connect-socks %h %p
Ciphers
aes256-ctr,aes256-cbc,aes128-ctr,aes128-cbc,3des-cbc
MACs
hmac-sha1,hmac-md5,hmac-ripemd160
...
...
config/chroot_local-includes/etc/sudoers.d/zzz_boot_profile
View file @
685fc235
amnesia ALL = NOPASSWD: /usr/local/
sbin
/kill-boot-profile
amnesia ALL = NOPASSWD: /usr/local/
lib
/kill-boot-profile
config/chroot_local-includes/etc/udev/rules.d/00-mac-spoof.rules
View file @
685fc235
# Note: ATTR{type}=="1" means ethernet (ARPHDR_ETHER, see Linux'
# sources, beginning of include/linux/if_arp.h)
SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", RUN+="/usr/local/
sbin
/tails-spoof-mac $name"
SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", RUN+="/usr/local/
lib
/tails-spoof-mac $name"
config/chroot_local-includes/lib/live/config/0000-boot-profile
View file @
685fc235
...
...
@@ -20,13 +20,13 @@ Start_boot_profile ()
Version=1.0
Name=EndProfile
GenericName=EndProfile
Exec=/usr/local/
bin
/end-profile
Exec=/usr/local/
lib
/end-profile
Terminal=false
Type=Application
EOF
echo
32768
>
/proc/sys/fs/inotify/max_user_watches
/usr/local/
sbin
/boot-profile /var/log/boot-profile
/usr/local/
lib
/boot-profile /var/log/boot-profile
# Put readahead list at the very begining
head
-n
1 /usr/share/amnesia/readahead-list
>
/dev/null
||
true
...
...
config/chroot_local-includes/lib/systemd/system/tails-sdmem-on-media-removal.service
View file @
685fc235
...
...
@@ -5,7 +5,7 @@ After=memlockd.service tails-reconfigure-kexec.service tails-reconfigure-memlock
[Service]
Type
=
simple
ExecStart
=
/usr/local/
sbin
/udev-watchdog-wrapper
ExecStart
=
/usr/local/
lib
/udev-watchdog-wrapper
CapabilityBoundingSet
=
~CAP_SYS_ADMIN
PrivateNetwork
=
yes
PrivateTmp
=
yes
...
...
config/chroot_local-includes/lib/systemd/system/tails-set-wireless-devices-state.service
View file @
685fc235
...
...
@@ -4,7 +4,7 @@ Documentation=https://tails.boum.org/contribute/design/
[Service]
Type
=
oneshot
ExecStart
=
/usr/local/
sbin
/tails-set-wireless-devices-state
ExecStart
=
/usr/local/
lib
/tails-set-wireless-devices-state
CapabilityBoundingSet
=
~CAP_SYS_ADMIN
PrivateDevices
=
yes
PrivateNetwork
=
yes
...
...
config/chroot_local-includes/lib/systemd/system/tor-controlport-filter.service
View file @
685fc235
...
...
@@ -4,7 +4,7 @@ Documentation=https://tails.boum.org/contribute/design/
[Service]
Type
=
simple
ExecStart
=
/usr/local/
sbin
/tor-controlport-filter
ExecStart
=
/usr/local/
lib
/tor-controlport-filter
User
=
tor-controlport-filter
Group
=
tor-controlport-filter
CapabilityBoundingSet
=
...
...
config/chroot_local-includes/usr/lib/systemd/user/tails-configure-keyboard.service
View file @
685fc235
...
...
@@ -4,7 +4,7 @@ Documentation=https://tails.boum.org/contribute/design/
[Service]
Type
=
oneshot
ExecStart
=
/usr/local/
bin
/tails-configure-keyboard
ExecStart
=
/usr/local/
lib
/tails-configure-keyboard
RemainAfterExit
=
yes
[Install]
...
...
config/chroot_local-includes/usr/lib/systemd/user/tails-virt-notify-user.service
View file @
685fc235
...
...
@@ -4,7 +4,7 @@ Documentation=https://tails.boum.org/contribute/design/virtualization_support/
[Service]
Type
=
oneshot
ExecStart
=
/usr/local/
bin
/tails-virt-notify-user
ExecStart
=
/usr/local/
lib
/tails-virt-notify-user
RemainAfterExit
=
yes
[Install]
...
...
config/chroot_local-includes/usr/local/bin/tor-browser
View file @
685fc235
...
...
@@ -43,7 +43,7 @@ tor_has_bootstrapped() {
start_browser
()
{
if
[
!
-d
"
${
PROFILE
}
"
]
;
then
/usr/local/
bin
/generate-tor-browser-profile
/usr/local/
lib
/generate-tor-browser-profile
fi
TMPDIR
=
"
${
PROFILE
}
/tmp"
...
...
config/chroot_local-includes/usr/local/
sbin
/boot-profile
→
config/chroot_local-includes/usr/local/
lib
/boot-profile
View file @
685fc235
File moved
config/chroot_local-includes/usr/local/
bin
/connect-socks
→
config/chroot_local-includes/usr/local/
lib
/connect-socks
View file @
685fc235
File moved
config/chroot_local-includes/usr/local/
sbin
/do_not_ever_run_me
→
config/chroot_local-includes/usr/local/
lib
/do_not_ever_run_me
View file @
685fc235
File moved
config/chroot_local-includes/usr/local/
bin
/end-profile
→
config/chroot_local-includes/usr/local/
lib
/end-profile
View file @
685fc235
...
...
@@ -7,4 +7,4 @@ test -e /boot-profile.pid || exit 0
# Wait some time hoping Tor has bootstrapped and Tor Browser is started
sleep
180
sudo
-n
/usr/local/
sbin
/kill-boot-profile
sudo
-n
/usr/local/
lib
/kill-boot-profile
config/chroot_local-includes/usr/local/
bin
/generate-tor-browser-profile
→
config/chroot_local-includes/usr/local/
lib
/generate-tor-browser-profile
View file @
685fc235
File moved
config/chroot_local-includes/usr/local/
bin
/getTorBrowserUserAgent
→
config/chroot_local-includes/usr/local/
lib
/getTorBrowserUserAgent
View file @
685fc235
File moved
Prev
1
2
Next
anonym
@anonym
mentioned in issue
#10658 (closed)
·
May 14, 2020
mentioned in issue
#10658 (closed)
mentioned in issue #10658
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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