Skip to content

Commit

Permalink
Naming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Willenst committed Jun 29, 2024
1 parent c9a593f commit ab66bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
obj-m += test.o
obj-m += Linux_Secret_Keeper.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
git clone https://github.com/Willenst/Linux_Secret_Keeper
cd Linux_Secret_Keeper
make
insmod test.ko
insmod Linux_Secret_Keeper.ko
```

### Удаление ненужного вам журнала работ
Expand All @@ -26,6 +26,6 @@ cat /proc/secret_stash #чтение
### Очистка загруженного модуля:

```bash
rmmod test
rmmod Linux_Secret_Keeper
make clean
```

0 comments on commit ab66bda

Please sign in to comment.