renameprotect - linux kernel module for protection any *.txt file from renaming if the 16-bytes header matches specified key
In order to build the module, utilize make command:
make modulesIn order to ebable module, use insmod with header key specified:
sudo insmod renameprotect.ko prothead="aaaabbbbccccdddd"