Re: Adding checkpointing API to Linux kernel

Michael Elizabeth Chastain (mec@shout.net)
Wed, 20 Jan 1999 07:50:52 -0600


astor> This isn't the problem. The problem is ioctl calls which should have
astor> an capable(SOMETHING) check, but don't. Errors like that are probably
astor> easier to spot if they are specified centrally.

I am thinking about a registration facility

system_call_register( ... )
system_call_unregister( ... )
/proc/system_call_list

ioctl_register( ... )
ioctl_unregister( .... )
/proc/ioctl_list

Then strace and mec-trace could read the lists via the /proc files
and would not need their own tables that go out of date all the time.

Michael

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/