This changset includes security hooks for the remaining System V IPC hooks. The patch has been posted for discussion a few weeks ago, and there were no objections to it being included. Please pull from: bk://lsm.bkbits.net/linus-2.5 thanks, greg k-h CREDITS | 3 include/linux/msg.h | 1 include/linux/security.h | 244 +++++++++++++++++++++++++++++++++++++++++++++++ ipc/msg.c | 41 +++++++ ipc/sem.c | 32 +++++- ipc/shm.c | 41 +++++++ security/dummy.c | 77 ++++++++++++++ 7 files changed, 429 insertions(+), 10 deletions(-) ----- ChangeSetat_private, 2003-01-10 12:33:40-08:00, sdsat_private [PATCH] CREDITS patch The attached patch against 2.5.55 updates my CREDITS entry for my current email address. CREDITS | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) ------ ChangeSetat_private, 2003-01-10 12:30:59-08:00, sdsat_private [PATCH] 2.5.52-lsm-{dummy,ipc}.patch This patch adds the remaining System V IPC hooks, including the inline documentation for them in security.h. This includes a restored sem_semop hook, as it does seem to be necessary to support fine-grained access. All of these System V IPC hooks are used by SELinux. The SELinux System V IPC access controls were originally described in the technical report available from http://www.nsa.gov/selinux/slinux-abs.html, and the LSM-based implementation is described in the technical report available from http://www.nsa.gov/selinux/module-abs.html. include/linux/msg.h | 1 include/linux/security.h | 244 +++++++++++++++++++++++++++++++++++++++++++++++ ipc/msg.c | 41 +++++++ ipc/sem.c | 32 +++++- ipc/shm.c | 41 +++++++ security/dummy.c | 77 ++++++++++++++ 6 files changed, 428 insertions(+), 8 deletions(-) ------ _______________________________________________ linux-security-module mailing list linux-security-moduleat_private http://mail.wirex.com/mailman/listinfo/linux-security-module
This archive was generated by hypermail 2b30 : Fri Jan 10 2003 - 17:15:45 PST