I am bundling my application binaries with ubutu. Now, when system loads and user logs in, I want user to execute only commands related to my application and 'ls', 'cd', or any other linux commands should not be available to execute.
Is there any simple solution to implement this?