From 2a8a8450bcae5c4f2200195a14fdb3b519e3cedb Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Tue, 3 Nov 2015 10:05:43 +0100 Subject: =?UTF-8?q?.osx:=20Don=E2=80=99t=20enable=20=E2=80=9Csecure=20empt?= =?UTF-8?q?y=20trash=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feature has been removed, sadly, so enabling has no effect anymore. https://support.apple.com/en-us/HT205267#CVE-2015-5901 Closes #596. --- .osx | 3 --- 1 file changed, 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 -- cgit v1.2.3