Hello.
I want try to do "signs" for kernel modules (task in university :stud ). It will be very simple. For example we have file with list of kernel modules and it`s signs:
So, if "sign" = 1, then accept module load, if "sign" = 0 - reject, if no module in list - reject too.
So, the question is where in kernel source i can insert such thing?
P.S. Sorry for bad English
I want try to do "signs" for kernel modules (task in university :stud ). It will be very simple. For example we have file with list of kernel modules and it`s signs:
Code:
module_name_1 0
module_name_2 1
module_name_3 0
...
So, the question is where in kernel source i can insert such thing?
P.S. Sorry for bad English
