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
8d3aa842
Commit
8d3aa842
authored
Aug 05, 2015
by
intrigeri
Browse files
Test suite: fix comment that explains why we get no logs in this case.
parent
c555ef0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
features/torified_browsing.feature
View file @
8d3aa842
...
...
@@ -75,7 +75,11 @@ Feature: Browsing the web using the Tor Browser
When I open the address "file
:
///home/amnesia/.gnupg/synaptic.html"
in
the
Tor
Browser
Then
AppArmor has denied
"/usr/local/lib/tor-browser/firefox"
from opening
"/home/amnesia/.gnupg/synaptic.html"
after at most 10 seconds
# We do not get any AppArmor log for when access to files in /tmp is denied
# since we use user-tmp abstration.
# since we explictly override (commit 51c0060) the rules (from the user-tmp
# abstration) that would otherwise allow it, and we do so with "deny", which
# also specifies "noaudit". We could explicitly specify "audit deny" and
# then have logs, but it could be a problem when we set up desktop
# notifications for AppArmor denials (#9337).
When I open the address "file
:
///tmp/synaptic.html"
in
the
Tor
Browser
And
I do not see
"TorBrowserSynapticManual.png"
after at most 10 seconds
...
...
intrigeri
@intrigeri
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