It's just a simple bash script to open and close LUKS container.
- Create a
seluks.config
file in the same directory as your container file. See the example for the required variables. - Optional: Add the script to the
$PATH
variable - Execute it with the
validate
,open
orclose
(abbreviation:v
,o
,c
) parameter.
Example:
seluks.sh open
- Basic verification of the config file and the variables
- Rudimentary error handling
- Usage of some Linux tools without checks
- Only tested with Ubuntu 16.04
seluks is licensed under the BSD License.