I need to prevent my users from print screening the data that my program displays. Right now the idea I have is to make it a full screen program, where probably calling any other linux shortcuts or applications is blocked, and the print screen key is blocked. Is this approach correct? How would I go about getting this done?
Update: My users are confined to not running a virtual machine, and they do not have cameras. They are also using the GNOME desktop environment.
Update: The systems are mine. I have just granted them temporary access, So the systems, or their operating systems will not be tampered with. They cannot plug in any USB devices, and the users are mostly quite unknowledgeable about linux.