Date: Tue, 22 Sep 1998 10:14:04 +1000 (EST) From: Nicholas Charles Brawn <ncb05@uow.edu.au> To: freebsd-hackers@FreeBSD.ORG Subject: follow-up to lkm query Message-ID: <Pine.SOL.4.02A.9809221011240.24709-100000@banshee.cs.uow.edu.au>
next in thread | raw e-mail | index | archive | help
[Greg Lehey suggested I repost this to -hackers] To give you an idea of what i'm working on, I have a security mod that temporarily replaces syscalls (execve, link, symlink, write, etc), performs some access-control, then passes back to the original syscall. I'd like to be able to modify the acl via userland if possible, and one such thought was to have two lkms, one which was for "admin" purposes, such as modifying the acl list, and the other which actually did the work and performed authentication/etc by calling the other one. Anyway, if anyone could offer any suggestions I would be much appreciative. Nick -- Email: ncb05@uow.edu.au - http://rabble.uow.edu.au/~nick Key fingerprint = DE 30 33 D3 16 91 C8 8D A7 F8 70 03 B7 77 1A 2A "When in doubt, ask someone wiser than yourself..." -unknown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.02A.9809221011240.24709-100000>