aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Deldycke <kevin@deldycke.com>2015-11-03 10:05:43 +0100
committerMathias Bynens <mathias@qiwi.be>2015-11-03 13:46:10 +0100
commit2a8a8450bcae5c4f2200195a14fdb3b519e3cedb (patch)
tree0381e227f22e5a79bb7f143be94e884015157836
parentcd88be0faec8b794e2ed6d145896f464125429b4 (diff)
downloaddotfiles-2a8a8450bcae5c4f2200195a14fdb3b519e3cedb.tar.gz
dotfiles-2a8a8450bcae5c4f2200195a14fdb3b519e3cedb.tar.bz2
dotfiles-2a8a8450bcae5c4f2200195a14fdb3b519e3cedb.zip
.osx: Don’t enable “secure empty trash”
This feature has been removed, sadly, so enabling has no effect anymore. https://support.apple.com/en-us/HT205267#CVE-2015-5901 Closes #596.
-rwxr-xr-x.osx3
1 files changed, 0 insertions, 3 deletions
diff --git a/.osx b/.osx
index 56dd369..b16341e 100755
--- a/.osx
+++ b/.osx
@@ -314,9 +314,6 @@ defaults write com.apple.finder FXPreferredViewStyle -string "Nlsv"
# Disable the warning before emptying the Trash
defaults write com.apple.finder WarnOnEmptyTrash -bool false
-# Empty Trash securely by default
-defaults write com.apple.finder EmptyTrashSecurely -bool true
-
# Enable AirDrop over Ethernet and on unsupported Macs running Lion
defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true