-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The code that handles nwipe.conf now checks an existing nwipe.conf for the correct default groups. This allows future additions to the nwipe.conf file to be added to an existing nwipe.conf file. This makes the code more robust. The code that handles creation of groups, settings and values has been made into a function so any future additions to nwipe.conf can be added with a single call to this function. i.e nwipe_conf_populate( "Default_Wipe.Method", "PRNG" ); The code can now handle creation of groups to a arbitrary depth of four levels, however currently we only use a group depth of 1. i.e CCC : { XXX : { YYY : { ZZZ : { }; TTT : { }; }; }; };
- Loading branch information
1 parent
eaa7603
commit 1b9a376
Showing
2 changed files
with
222 additions
and
55 deletions.
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
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