mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
Move debugfs, rootfs and procfs documentation to README
This commit is contained in:
5
rootfs_overlay/procfs.sh
Executable file
5
rootfs_overlay/procfs.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
insmod /procfs.ko
|
||||
[ "$(cat "/proc/lkmc_procfs")" = abcd ]
|
||||
rmmod procfs
|
||||
Reference in New Issue
Block a user