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
0e1b6ae8
Commit
0e1b6ae8
authored
Jul 11, 2015
by
intrigeri
Browse files
New automated test: check that Tor Browser cannot access files in /tmp.
parent
a1fd1f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/torified_browsing.feature
View file @
0e1b6ae8
...
...
@@ -65,12 +65,15 @@ Feature: Browsing the web using the Tor Browser
Scenario
:
I
can view a file stored in
"~/Tor Browser"
but not in ~/.gnupg
Given
I copy
"/usr/share/synaptic/html/index.html"
to
"/home/amnesia/Tor Browser/synaptic.html"
as user
"amnesia"
And
I copy
"/usr/share/synaptic/html/index.html"
to
"/home/amnesia/.gnupg/synaptic.html"
as user
"amnesia"
And
I copy
"/usr/share/synaptic/html/index.html"
to
"/tmp/synaptic.html"
as user
"amnesia"
And
I start the Tor Browser
And
the Tor Browser has started and loaded the startup page
When I open the address "file
:
///home/amnesia/Tor
Browser/synaptic.html"
in
the
Tor
Browser
Then
I see
"TorBrowserSynapticManual.png"
after at most 10 seconds
When I open the address "file
:
///home/amnesia/.gnupg/synaptic.html"
in
the
Tor
Browser
Then
I see
"TorBrowserUnableToOpen.png"
after at most 10 seconds
When I open the address "file
:
///tmp/synaptic.html"
in
the
Tor
Browser
Then
I see
"TorBrowserUnableToOpen.png"
after at most 10 seconds
Scenario
:
The "Tails documentation" link on the Desktop works
When
I double-click on the
"Tails documentation"
link on the Desktop
...
...
anonym
@anonym
mentioned in issue
#8548 (closed)
·
May 14, 2020
mentioned in issue
#8548 (closed)
mentioned in issue #8548
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