Can I use syscalls in linux kernel code?
In general I want to create a new bash shell with specific perms and send it to the user (maybe specific tty?) any suggestions?
How can I send variables or parameters from an ELF to my kernel code something.ko?
My only thought is to write it into a file and then read it.