mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
failed fops attempt
This commit is contained in:
7
rootfs_overlay/ioctl.sh
Executable file
7
rootfs_overlay/ioctl.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
insmod /ioctl.ko
|
||||
cd /sys/kernel/debug/lkmc_ioctl/
|
||||
/ioctl.out f 2 1
|
||||
#/ioctl.out f 1 0
|
||||
rmmod ioctl
|
||||
Reference in New Issue
Block a user