DEN-15737 UI: Call the lockdown.sh before quits - DEN-15402 is disabled for now, just to release the Cybersecurity release # I set to always enabled for now to always go to the manufacturing mode # 1 - Even for normal setup start is moving files to /home/root, so the lockdown needs to run to move files. # 2 - The UI still needs to be executed to decrypt the /var/configurations, otherwise the configurations can not be updated, # and I don't have the ability to just decrypt and exit right now. # Note: after the Cybersecurity release I will improve the user experience and will make it easier for manufacturing.
DEN-15400: UI: Cybersecurity: UI needs to auto generate the password for the Encrypted partition - completed the encryption partition creation - used a function to get the settings home, which is going to be different when App is in manufacturing mode and in normal operation. - now in normal mode it needs to be mounted to be used and needs some movements and threading. - For now the application should use the -R CLIS to make the app use the root home folder for the configurations, and I add it to the run.sh, but it has to be removed later.