From 439bcfbc35e5fdeefcf39bcae94a0ca8345eaf79 Mon Sep 17 00:00:00 2001 From: CoolerVoid Date: Sun, 13 Mar 2022 23:39:03 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6739a1b..a445625 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # casper-fs 👻 Casper-fs is a custom Linux Kernel Module generator to work with resources to protect or hide a custom list of files. +Each LKM has resources to protect or hide files following a custom list in the YAML rule file. Yes, not even the root has permission to see the files or make actions like edit and remove. The files only can be caught, edited, and deleted if the user sends a proper key to the custom device to liberate the action in the file system. ## Overview