I have a application that is running Ubuntu on a Odroid (Single Board Computer). I want to secure it in such a way that any end user cannot enter into the operating system or change anything. I have two solution in mind: -
- Disable all usb ports and whenever a HDMI is connected a specific application opens up
- Constantly check if any key is pressed. On any key press Delete everything
To Summarize my application is quite heavy and I cant run any further task that is CPU Hungry. HDMI can't be disabled as I need to show a GUI