Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
5a74f292
Commit
5a74f292
authored
Sep 13, 2015
by
anonym
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename services/binaries to disable them instead of removing.
parent
f08a5f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
config/chroot_local-includes/usr/local/sbin/tails-spoof-mac
config/chroot_local-includes/usr/local/sbin/tails-spoof-mac
+3
-1
No files found.
config/chroot_local-includes/usr/local/sbin/tails-spoof-mac
View file @
5a74f292
...
...
@@ -16,7 +16,9 @@ export TEXTDOMAIN
disable_networking
()
{
service network-manager stop
||
:
rm
-f
/etc/init.d/network-manager /usr/sbin/NetworkManager
for
f
in
/etc/init.d/network-manager /usr/sbin/NetworkManager
;
do
[
-e
"
${
f
}
"
]
&&
mv
"
${
f
}
"
"
${
f
}
.disabled"
done
log
"Networking disabled"
}
...
...
anonym
@anonym
mentioned in issue
#10160 (closed)
·
May 14, 2020
mentioned in issue
#10160 (closed)
mentioned in issue #10160
Toggle commit list
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