-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permanently disables swap in securedrop-app-code preinst
Checks for active swap on system, and if found: * disables it so the system won't write to it * shreds the contents so any sensitive data is destroyed Regardless of whether an active swap config was disabled, any fstab entry of type "swap" will be commented out, effectively disabling it permanently by ensuring it won't be reenabled on subsequent reboots. Closes #1620.
- Loading branch information
Conor Schaefer
committed
Mar 16, 2017
1 parent
3ddfd5c
commit f383e0c
Showing
1 changed file
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters